COLOR #377AA5

HEX: #377AA5 RGB: (55,122,165)

Renk bilgisi

#377AA5 contains mainly green and blue colors. #377AA5 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#377AA5 color RGB value is (55,122,165).

RGB: (55,122,165) (22%, 48%, 65%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 122 of 255 = 48%
B 165 of 255 = 65%

55
122
165

R + G + B ~ 45%. #377AA5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B = 55 + 122 + 165 = 342 (100%)
R 55 of 342 ~ 16.08%
G 122 of 342 ~ 35.67%
B 165 of 342 ~ 48.25'%

%16.08
%35.67
%48.25

CMYK RENK MODELİ

#377AA5 rengi CMYK tonu (67,26,0,35).

  • camgöbeği tonu 66.67%
  • eflatun tonu 26.06%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%

CMYK: (67,26,0,35)
C67M26Y0K35 (67%, 26%, 0%, 35%)
(0.67 / 0.26 / 0.00 / 0.35)

CMYK yüzdeleri

%66.67
%26.06
%0
%35.29

Codes

Color #377AA5 in popluar color models

37 7A A5
RGB 55 122 165
HSL 203° 50.00% 43.14%
HSB/HSV 203° 66.67% 64.71%
CMYK 66.67% 26.06% 0.00%
35.29%

Color #377AA5 in popluar number systems.

HEX 37 7A A5
Decimal 55 122 165
Binary 110111 1111010 10100101
Octal 67 172 245

Shades and tints

Shades of #377AA5

#377AA5
(55,122,165)
#326F96
(50,111,150)
#2D6487
(45,100,135)
#285978
(40,89,120)
#234E69
(35,78,105)
#1E435A
(30,67,90)
#19384B
(25,56,75)
#142D3C
(20,45,60)
#0F222D
(15,34,45)
#0A171E
(10,23,30)
#050C0F
(5,12,15)
#000000
(0,0,0)

Tints of #377AA5

#377AA5
(55,122,165)
#4986AD
(73,134,173)
#5B92B5
(91,146,181)
#6D9EBD
(109,158,189)
#7FAAC5
(127,170,197)
#91B6CD
(145,182,205)
#A3C2D5
(163,194,213)
#B5CEDD
(181,206,221)
#C7DAE5
(199,218,229)
#D9E6ED
(217,230,237)
#EBF2F5
(235,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377AA5 color. Also use rgb(55,122,165) instead hex code.

Text Font Color

.myTextColor { color: #377AA5; }

<p style="color:#377AA5">This sample text font color is #377AA5.</p>

This text font color is #377AA5.

Background Color

.myBgColor { background-color: #377AA5; }

<div style="background-color:#377AA5">Inner text</div>

This div background color is #377AA5.

Border color

.myBorderColor { border: 1px solid #377AA5; }

<div style="border:3px solid #377AA5">Div</div>

This div border color is #377AA5.

Opacity

.myOpacity80 { color: #377AA5; opacity: 0.8; }

<p style="color:#377AA5;opacity:0.8;">80%</p>

Text with #377AA5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #377AA5;}

<p style="text-shadow: 3px 3px 1px #377AA5">Text here.</p>

This text has shadow with #377AA5 color.


.textShadow {text-shadow: 3px 3px 1px #377AA5', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #377AA5, 5px 5px 20px red">Text here.</p>

This text has shadow with #377AA5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#377AA5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#377AA5, Direction=45, Strength=4)">Text</p>

This text has shadow with #377AA5 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #377AA5;
-webkit-box-shadow: 1px 1px 3px 2px #377AA5;
box-shadow: 1px 1px 3px 2px #377AA5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #377AA5; -webkit-box-shadow: 1px 1px 3px 2px #377AA5; box-shadow:1px 1px 3px 2px #377AA5;">
Div content here
</div>

This div box has shadow with color #377AA5.

Preview

Color preview on black background

This text has color #377AA5 on black background.


Color preview on white background

This text has color #377AA5 on white background.


Black color preview on #377AA5 background

This text has black color on #377AA5 background.


White color preview on #377AA5 background

This text has white color on #377AA5 background.


Related colors

Complementary color

Complementary color for #hex is #C8855A.


I love getcolorcode.com

Triadic colors

1 #A5377A and #7AA537 with #377AA5 are triadic colors.

2 #A57A37 and #7A37A5 with #377AA5 are triadic colors.