#39596A

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

Shades of Blumine #39596A

Tints of Blumine #39596A

Color information

#39596A (or 0x39596A) is unknown color: approx Blumine. HEX triplet: 39, 59 and 6A. RGB value is (57,89,106). Sum of RGB (Red+Green+Blue) = 57+89+106=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 106 - color contains mainly: blue. Hex color #39596A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39596A is #C6A695. Grayscale: #515151. Windows color (decimal): -13018774 or 6969657. OLE color: 6969657.

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

Color convert

RGB5789106-
CMYK0.460.1600.58
HSL200.82º30.06%31.96%-
HSV(B)200.82º46.23%41.57%-
XYZ7.869.0614.97-
YUV81.37141.9110.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=22.62%
G=35.32%
B=42.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57891060.460.1600.58200.8230.0631.96
Hex39596A2E1003Ac91e20
Octal7113115256200723113640
Binary111001101100111010101011101000001110101100100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,89,106); }

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

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

 a { background-color: rgb(57,89,106); }

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

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

 span { border-color: rgb(57,89,106); }

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