#366470

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

Shades of Blumine #366470

Tints of Blumine #366470

Color information

#366470 (or 0x366470) is unknown color: approx Blumine. HEX triplet: 36, 64 and 70. RGB value is (54,100,112). Sum of RGB (Red+Green+Blue) = 54+100+112=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #366470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366470 is #C99B8F. Grayscale: #575757. Windows color (decimal): -13212560 or 7365686. OLE color: 7365686.

HSL color Cylindrical-coordinate representation of color #366470: hue angle of 192.41º 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 #366470 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB54100112-
CMYK0.520.1100.56
HSL192.41º34.94%32.55%-
HSV(B)192.41º51.79%43.92%-
XYZ911.0716.99-
YUV87.61141.76104.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 100 (39.45% from 255) = 37.59%
BLUE value IS 112 (44.14% from 255) = 42.11%
R=20.30%
G=37.59%
B=42.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal541001120.520.1100.56192.4134.9432.55
Hex36647034B038c02321
Octal6614416064130703004341
Binary110110110010011100001101001011011100011000000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366470; }

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

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

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

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

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

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

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

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