#36586D

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

Shades of Blumine #36586D

Tints of Blumine #36586D

Color information

#36586D (or 0x36586D) is unknown color: approx Blumine. HEX triplet: 36, 58 and 6D. RGB value is (54,88,109). Sum of RGB (Red+Green+Blue) = 54+88+109=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #36586D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36586D is #C9A792. Grayscale: #505050. Windows color (decimal): -13215635 or 7166006. OLE color: 7166006.

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

Color convert

RGB5488109-
CMYK0.500.1900.57
HSL202.91º33.74%31.96%-
HSV(B)202.91º50.46%42.75%-
XYZ7.778.8715.77-
YUV80.23144.24109.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=21.51%
G=35.06%
B=43.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54881090.500.1900.57202.9133.7431.96
Hex36586D3213039cb2220
Octal6613015562230713134240
Binary1101101011000110110111001010011011100111001011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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