#32596F

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

Shades of Blumine #32596F

Tints of Blumine #32596F

Color information

#32596F (or 0x32596F) is unknown color: approx Blumine. HEX triplet: 32, 59 and 6F. RGB value is (50,89,111). Sum of RGB (Red+Green+Blue) = 50+89+111=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 111 - color contains mainly: blue. Hex color #32596F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32596F is #CDA690. Grayscale: #4F4F4F. Windows color (decimal): -13477521 or 7297330. OLE color: 7297330.

HSL color Cylindrical-coordinate representation of color #32596F: hue angle of 201.64º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32596F is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5089111-
CMYK0.550.2000.56
HSL201.64º37.89%31.57%-
HSV(B)201.64º54.95%43.53%-
XYZ7.768.9716.36-
YUV79.85145.58106.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 111 (43.75% from 255) = 44.4%
R=20%
G=35.6%
B=44.4%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50891110.550.2000.56201.6437.8931.57
Hex32596F3714038ca2620
Octal6213115767240703124640
Binary1100101011001110111111011110100011100011001010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32596F; }

 p { color: rgb(50,89,111); }

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

<style>
 a { background-color: #32596F; }

 a { background-color: rgb(50,89,111); }

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

<style>
 span { border-color: #32596F; }

 span { border-color: rgb(50,89,111); }

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