#36586A

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

Shades of Blumine #36586A

Tints of Blumine #36586A

Color information

#36586A (or 0x36586A) is unknown color: approx Blumine. HEX triplet: 36, 58 and 6A. RGB value is (54,88,106). Sum of RGB (Red+Green+Blue) = 54+88+106=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 106 - color contains mainly: blue. Hex color #36586A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36586A is #C9A795. Grayscale: #4F4F4F. Windows color (decimal): -13215638 or 6969398. OLE color: 6969398.

HSL color Cylindrical-coordinate representation of color #36586A: hue angle of 200.77º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #36586A is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5488106-
CMYK0.490.1700.58
HSL200.77º32.5%31.37%-
HSV(B)200.77º49.06%41.57%-
XYZ7.618.814.93-
YUV79.89142.74109.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 88 (34.77% from 255) = 35.48%
BLUE value IS 106 (41.80% from 255) = 42.74%
R=21.77%
G=35.48%
B=42.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54881060.490.1700.58200.7732.531.37
Hex36586A311103Ac9201f
Octal6613015261210723114037
Binary110110101100011010101100011000101110101100100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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