#377DC4

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

Shades of Curious Blue #377DC4

Tints of Curious Blue #377DC4

Color information

#377DC4 (or 0x377DC4) is unknown color: approx Curious Blue. HEX triplet: 37, 7D and C4. RGB value is (55,125,196). Sum of RGB (Red+Green+Blue) = 55+125+196=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 196 (76.95% from 255 or 52.13% from 376); Max value from RGB is 196 - color contains mainly: blue. Hex color #377DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DC4 is #C8823B. Grayscale: #6F6F6F. Windows color (decimal): -13140540 or 12877111. OLE color: 12877111.

HSL color Cylindrical-coordinate representation of color #377DC4: hue angle of 210.21º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #377DC4 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB55125196-
CMYK0.720.3600.23
HSL210.21º56.18%49.22%-
HSV(B)210.21º71.94%76.86%-
XYZ18.8719.4654.99-
YUV112.16175.3187.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.63%
GREEN value IS 125 (49.22% from 255) = 33.24%
BLUE value IS 196 (76.95% from 255) = 52.13%
R=14.63%
G=33.24%
B=52.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal551251960.720.3600.23210.2156.1849.22
Hex377DC44824017d23831
Octal67175304110440273227061
Binary110111111110111000100100100010010001011111010010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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