#377EAE

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

Shades of Curious Blue #377EAE

Tints of Curious Blue #377EAE

Color information

#377EAE (or 0x377EAE) is unknown color: approx Curious Blue. HEX triplet: 37, 7E and AE. RGB value is (55,126,174). Sum of RGB (Red+Green+Blue) = 55+126+174=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #377EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377EAE is #C88151. Grayscale: #6D6D6D. Windows color (decimal): -13140306 or 11435575. OLE color: 11435575.

HSL color Cylindrical-coordinate representation of color #377EAE: hue angle of 204.2º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #377EAE is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB55126174-
CMYK0.680.2800.32
HSL204.2º51.97%44.9%-
HSV(B)204.2º68.39%68.24%-
XYZ16.6818.7942.79-
YUV110.24163.9888.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.49%
GREEN value IS 126 (49.61% from 255) = 35.49%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=15.49%
G=35.49%
B=49.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal551261740.680.2800.32204.251.9744.9
Hex377EAE441C020cc342d
Octal67176256104340403146455
Binary110111111111010101110100010011100010000011001100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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