#376471

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

Shades of Blumine #376471

Tints of Blumine #376471

Color information

#376471 (or 0x376471) is unknown color: approx Blumine. HEX triplet: 37, 64 and 71. RGB value is (55,100,113). Sum of RGB (Red+Green+Blue) = 55+100+113=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #376471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376471 is #C89B8E. Grayscale: #575757. Windows color (decimal): -13147023 or 7431223. OLE color: 7431223.

HSL color Cylindrical-coordinate representation of color #376471: hue angle of 193.45º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #376471 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB55100113-
CMYK0.510.1200.56
HSL193.45º34.52%32.94%-
HSV(B)193.45º51.33%44.31%-
XYZ9.1111.1217.29-
YUV88.03142.09104.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 113 (44.53% from 255) = 42.16%
R=20.52%
G=37.31%
B=42.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal551001130.510.1200.56193.4534.5232.94
Hex37647133C038c12321
Octal6714416163140703014341
Binary110111110010011100011100111100011100011000001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376471; }

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

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

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

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

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

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

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

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