Html Css Color HEX #377DAA Curious Blue

📋 copy color: '#377DAA'

red 55 ◦ green 125 ◦ blue 170

#377DAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #377DAA

Tints of Curious Blue #377DAA

RGB

 RED value IS 55 (21.88% from 255) = 15.71%

 GREEN value IS 125 (49.22% from 255) = 35.71%

 BLUE value IS 170 (66.8% from 255) = 48.57%

R = 15.71%
G = 35.71%
B = 48.57%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#377DAA (or 0x377DAA) is known color: Curious Blue. HEX triplet: 37, 7D and AA. RGB value is (55,125,170). Sum of RGB (Red+Green+Blue) = 55+125+170=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #377DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377DAA is #C88255. Grayscale: #6C6C6C. Windows color (decimal): -13140566 or 11173175. OLE color: 11173175.

HSL color Cylindrical-coordinate representation of color #377DAA: hue angle of 203.48º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #377DAA is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 125 170 -
CMYK 0.68 0.26 0 0.33
HSL 203.48º 0.51% 0.44% -
HSV(B) 203.48º 0.68% 0.67% -
XYZ 16.16 18.38 40.73 -
YUV 109.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 55 125 170 0.68 0.26 0 0.33 203.48 0.51 0.44
Hex 37 7D AA 44 1A 0 21 CB 33 2C
Octal 67 175 252 104 32 0 41 313 63 54
Binary 110111 1111101 10101010 1000100 11010 0 100001 11001011 110011 101100

Color Harmonies of #377DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DAA

Black with #377DAA

Text Example


Text Example

White with #377DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377DAA; }

 p { color: rgb(55,125,170); }

 H1.HeaderClassName
 {
   color: #377DAA;
 }
 .AnyTagClassName
 {
   color: #377DAA;
 }
</style>

background-color css

<style>
 a { background-color: #377DAA; }

 a { background-color: rgb(55,125,170); }

 div.DivClassName
 {
   background-color: #377DAA;
 }
 .BgClassName
 {
   background-color: #377DAA;
 }
</style>

border-color css

<style>
 span { border-color: #377DAA; }

 span { border-color: rgb(55,125,170); }

 td.TdClassName
 {
   border-color: #377DAA;
 }
 .TagClassName
 {
   border-color: #377DAA;
 }
</style>