#36606A

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

Shades of Blumine #36606A

Tints of Blumine #36606A

Color information

#36606A (or 0x36606A) is unknown color: approx Blumine. HEX triplet: 36, 60 and 6A. RGB value is (54,96,106). Sum of RGB (Red+Green+Blue) = 54+96+106=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #36606A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36606A is #C99F95. Grayscale: #545454. Windows color (decimal): -13213590 or 6971446. OLE color: 6971446.

HSL color Cylindrical-coordinate representation of color #36606A: hue angle of 191.54º 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 #36606A is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5496106-
CMYK0.490.0900.58
HSL191.54º32.5%31.37%-
HSV(B)191.54º49.06%41.57%-
XYZ8.3110.1915.16-
YUV84.58140.09106.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=21.09%
G=37.5%
B=41.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54961060.490.0900.58191.5432.531.37
Hex36606A31903Ac0201f
Octal6614015261110723004037
Binary11011011000001101010110001100101110101100000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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