#366476

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

Shades of Blumine #366476

Tints of Blumine #366476

Color information

#366476 (or 0x366476) is unknown color: approx Blumine. HEX triplet: 36, 64 and 76. RGB value is (54,100,118). Sum of RGB (Red+Green+Blue) = 54+100+118=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #366476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366476 is #C99B89. Grayscale: #585858. Windows color (decimal): -13212554 or 7758902. OLE color: 7758902.

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

Color convert

RGB54100118-
CMYK0.540.1500.54
HSL196.88º37.21%33.73%-
HSV(B)196.88º54.24%46.27%-
XYZ9.3511.2118.81-
YUV88.3144.76103.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.85%
GREEN value IS 100 (39.45% from 255) = 36.76%
BLUE value IS 118 (46.48% from 255) = 43.38%
R=19.85%
G=36.76%
B=43.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal541001180.540.1500.54196.8837.2133.73
Hex36647636F036c52522
Octal6614416666170663054542
Binary110110110010011101101101101111011011011000101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366476; }

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

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

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

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

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

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

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

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