#36586C

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

Shades of Blumine #36586C

Tints of Blumine #36586C

Color information

#36586C (or 0x36586C) is unknown color: approx Blumine. HEX triplet: 36, 58 and 6C. RGB value is (54,88,108). Sum of RGB (Red+Green+Blue) = 54+88+108=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #36586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36586C is #C9A793. Grayscale: #4F4F4F. Windows color (decimal): -13215636 or 7100470. OLE color: 7100470.

HSL color Cylindrical-coordinate representation of color #36586C: hue angle of 202.22º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36586C is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5488108-
CMYK0.500.1900.58
HSL202.22º33.33%31.76%-
HSV(B)202.22º50%42.35%-
XYZ7.728.8515.49-
YUV80.11143.74109.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=21.6%
G=35.2%
B=43.2%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54881080.500.1900.58202.2233.3331.76
Hex36586C321303Aca2120
Octal6613015462230723124140
Binary1101101011000110110011001010011011101011001010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36586C; }

 p { color: rgb(54,88,108); }

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

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

 a { background-color: rgb(54,88,108); }

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

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

 span { border-color: rgb(54,88,108); }

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