#376EB9

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

Shades of Curious Blue #376EB9

Tints of Curious Blue #376EB9

Color information

#376EB9 (or 0x376EB9) is unknown color: approx Curious Blue. HEX triplet: 37, 6E and B9. RGB value is (55,110,185). Sum of RGB (Red+Green+Blue) = 55+110+185=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #376EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376EB9 is #C89146. Grayscale: #656565. Windows color (decimal): -13144391 or 12152375. OLE color: 12152375.

HSL color Cylindrical-coordinate representation of color #376EB9: hue angle of 214.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #376EB9 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB55110185-
CMYK0.700.4100.27
HSL214.62º54.17%47.06%-
HSV(B)214.62º70.27%72.55%-
XYZ15.9115.4748.05-
YUV102.1174.7894.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.71%
GREEN value IS 110 (43.36% from 255) = 31.43%
BLUE value IS 185 (72.66% from 255) = 52.86%
R=15.71%
G=31.43%
B=52.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal551101850.700.4100.27214.6254.1747.06
Hex376EB9462901Bd7362f
Octal67156271106510333276657
Binary110111110111010111001100011010100101101111010111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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