#377CAE

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

Shades of Curious Blue #377CAE

Tints of Curious Blue #377CAE

Color information

#377CAE (or 0x377CAE) is unknown color: approx Curious Blue. HEX triplet: 37, 7C and AE. RGB value is (55,124,174). Sum of RGB (Red+Green+Blue) = 55+124+174=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #377CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377CAE is #C88351. Grayscale: #6C6C6C. Windows color (decimal): -13140818 or 11435063. OLE color: 11435063.

HSL color Cylindrical-coordinate representation of color #377CAE: hue angle of 205.21º 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 #377CAE is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB55124174-
CMYK0.680.2900.32
HSL205.21º51.97%44.9%-
HSV(B)205.21º68.39%68.24%-
XYZ16.4218.2842.71-
YUV109.07164.6489.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.58%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=15.58%
G=35.13%
B=49.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal551241740.680.2900.32205.2151.9744.9
Hex377CAE441D020cd342d
Octal67174256104350403156455
Binary110111111110010101110100010011101010000011001101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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