#366471

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

Shades of Blumine #366471

Tints of Blumine #366471

Color information

#366471 (or 0x366471) is unknown color: approx Blumine. HEX triplet: 36, 64 and 71. RGB value is (54,100,113). Sum of RGB (Red+Green+Blue) = 54+100+113=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #366471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366471 is #C99B8E. Grayscale: #575757. Windows color (decimal): -13212559 or 7431222. OLE color: 7431222.

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

Color convert

RGB54100113-
CMYK0.520.1200.56
HSL193.22º35.33%32.75%-
HSV(B)193.22º52.21%44.31%-
XYZ9.0611.0917.29-
YUV87.73142.26103.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 100 (39.45% from 255) = 37.45%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=20.22%
G=37.45%
B=42.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal541001130.520.1200.56193.2235.3332.75
Hex36647134C038c12321
Octal6614416164140703014341
Binary110110110010011100011101001100011100011000001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366471; }

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

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

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

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

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

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

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

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