#377DAF

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

Shades of Curious Blue #377DAF

Tints of Curious Blue #377DAF

Color information

#377DAF (or 0x377DAF) is unknown color: approx Curious Blue. HEX triplet: 37, 7D and AF. RGB value is (55,125,175). Sum of RGB (Red+Green+Blue) = 55+125+175=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #377DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377DAF is #C88250. Grayscale: #6D6D6D. Windows color (decimal): -13140561 or 11500855. OLE color: 11500855.

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

Color convert

RGB55125175-
CMYK0.690.2900.31
HSL205º52.17%45.1%-
HSV(B)205º68.57%68.63%-
XYZ16.6518.5743.27-
YUV109.77164.8188.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.49%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 175 (68.75% from 255) = 49.30%
R=15.49%
G=35.21%
B=49.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551251750.690.2900.3120552.1745.1
Hex377DAF451D01Fcd342d
Octal67175257105350373156455
Binary11011111111011010111110001011110101111111001101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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