#376FC0

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

Shades of Curious Blue #376FC0

Tints of Curious Blue #376FC0

Color information

#376FC0 (or 0x376FC0) is unknown color: approx Curious Blue. HEX triplet: 37, 6F and C0. RGB value is (55,111,192). Sum of RGB (Red+Green+Blue) = 55+111+192=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #376FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376FC0 is #C8903F. Grayscale: #676767. Windows color (decimal): -13144128 or 12611383. OLE color: 12611383.

HSL color Cylindrical-coordinate representation of color #376FC0: hue angle of 215.47º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #376FC0 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB55111192-
CMYK0.710.4200.25
HSL215.47º55.47%48.43%-
HSV(B)215.47º71.35%75.29%-
XYZ16.7715.9952.07-
YUV103.49177.9593.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.36%
GREEN value IS 111 (43.75% from 255) = 31.01%
BLUE value IS 192 (75.39% from 255) = 53.63%
R=15.36%
G=31.01%
B=53.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal551111920.710.4200.25215.4755.4748.43
Hex376FC0472A019d73730
Octal67157300107520313276760
Binary110111110111111000000100011110101001100111010111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376FC0; }

 p { color: rgb(55,111,192); }

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

<style>
 a { background-color: #376FC0; }

 a { background-color: rgb(55,111,192); }

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

<style>
 span { border-color: #376FC0; }

 span { border-color: rgb(55,111,192); }

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