#377EA8

Color #377EA8 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #377EA8

Tints of Curious Blue #377EA8

Color information

#377EA8 (or 0x377EA8) is unknown color: approx Curious Blue. HEX triplet: 37, 7E and A8. RGB value is (55,126,168). Sum of RGB (Red+Green+Blue) = 55+126+168=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 168 (66.02% from 255 or 48.14% from 349); Max value from RGB is 168 - color contains mainly: blue. Hex color #377EA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377EA8 is #C88157. Grayscale: #6D6D6D. Windows color (decimal): -13140312 or 11042359. OLE color: 11042359.

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

Color convert

RGB55126168-
CMYK0.670.2500.34
HSL202.3º50.67%43.73%-
HSV(B)202.3º67.26%65.88%-
XYZ16.118.5639.78-
YUV109.56160.9889.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.76%
GREEN value IS 126 (49.61% from 255) = 36.10%
BLUE value IS 168 (66.02% from 255) = 48.14%
R=15.76%
G=36.10%
B=48.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal551261680.670.2500.34202.350.6743.73
Hex377EA84319022ca332c
Octal67176250103310423126354
Binary110111111111010101000100001111001010001011001010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,126,168); }

 H1.HeaderClassName
 {
   color: #377EA8;
 }
 .AnyTagClassName
 {
   color: #377EA8;
 }
</style>
background-color css

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

 a { background-color: rgb(55,126,168); }

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

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

 span { border-color: rgb(55,126,168); }

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