#376479

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

Shades of Blumine #376479

Tints of Blumine #376479

Color information

#376479 (or 0x376479) is unknown color: approx Blumine. HEX triplet: 37, 64 and 79. RGB value is (55,100,121). Sum of RGB (Red+Green+Blue) = 55+100+121=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #376479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376479 is #C89B86. Grayscale: #585858. Windows color (decimal): -13147015 or 7955511. OLE color: 7955511.

HSL color Cylindrical-coordinate representation of color #376479: hue angle of 199.09º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #376479 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB55100121-
CMYK0.550.1700.53
HSL199.09º37.5%34.51%-
HSV(B)199.09º54.55%47.45%-
XYZ9.5811.3119.77-
YUV88.94146.09103.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.93%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 121 (47.66% from 255) = 43.84%
R=19.93%
G=36.23%
B=43.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551001210.550.1700.53199.0937.534.51
Hex3764793711035c72623
Octal6714417167210653074643
Binary1101111100100111100111011110001011010111000111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376479; }

 p { color: rgb(55,100,121); }

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

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

 a { background-color: rgb(55,100,121); }

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

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

 span { border-color: rgb(55,100,121); }

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