#377DAE

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

Shades of Curious Blue #377DAE

Tints of Curious Blue #377DAE

Color information

#377DAE (or 0x377DAE) is unknown color: approx Curious Blue. HEX triplet: 37, 7D and AE. RGB value is (55,125,174). Sum of RGB (Red+Green+Blue) = 55+125+174=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #377DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377DAE is #C88251. Grayscale: #6D6D6D. Windows color (decimal): -13140562 or 11435319. OLE color: 11435319.

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

Color convert

RGB55125174-
CMYK0.680.2800.32
HSL204.71º51.97%44.9%-
HSV(B)204.71º68.39%68.24%-
XYZ16.5518.5442.75-
YUV109.66164.3189.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.54%
GREEN value IS 125 (49.22% from 255) = 35.31%
BLUE value IS 174 (68.36% from 255) = 49.15%
R=15.54%
G=35.31%
B=49.15%

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
Decimal551251740.680.2800.32204.7151.9744.9
Hex377DAE441C020cd342d
Octal67175256104340403156455
Binary110111111110110101110100010011100010000011001101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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