#376676

Color #376676 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #376676

Tints of Blumine #376676

Color information

#376676 (or 0x376676) is unknown color: approx Blumine. HEX triplet: 37, 66 and 76. RGB value is (55,102,118). Sum of RGB (Red+Green+Blue) = 55+102+118=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #376676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376676 is #C89989. Grayscale: #595959. Windows color (decimal): -13146506 or 7759415. OLE color: 7759415.

HSL color Cylindrical-coordinate representation of color #376676: hue angle of 195.24º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #376676 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB55102118-
CMYK0.530.1400.54
HSL195.24º36.42%33.92%-
HSV(B)195.24º53.39%46.27%-
XYZ9.611.6218.88-
YUV89.77143.93103.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=20%
G=37.09%
B=42.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal551021180.530.1400.54195.2436.4233.92
Hex37667635E036c32422
Octal6714616665160663034442
Binary110111110011011101101101011110011011011000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376676; }

 p { color: rgb(55,102,118); }

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

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

 a { background-color: rgb(55,102,118); }

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

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

 span { border-color: rgb(55,102,118); }

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