#376EC0

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

Shades of Curious Blue #376EC0

Tints of Curious Blue #376EC0

Color information

#376EC0 (or 0x376EC0) is unknown color: approx Curious Blue. HEX triplet: 37, 6E and C0. RGB value is (55,110,192). Sum of RGB (Red+Green+Blue) = 55+110+192=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #376EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376EC0 is #C8913F. Grayscale: #666666. Windows color (decimal): -13144384 or 12611127. OLE color: 12611127.

HSL color Cylindrical-coordinate representation of color #376EC0: hue angle of 215.91º 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 #376EC0 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB55110192-
CMYK0.710.4300.25
HSL215.91º55.47%48.43%-
HSV(B)215.91º71.35%75.29%-
XYZ16.6715.7752.03-
YUV102.9178.2893.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.41%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 192 (75.39% from 255) = 53.78%
R=15.41%
G=30.81%
B=53.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal551101920.710.4300.25215.9155.4748.43
Hex376EC0472B019d83730
Octal67156300107530313306760
Binary110111110111011000000100011110101101100111011000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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