#32596A

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

Shades of Blumine #32596A

Tints of Blumine #32596A

Color information

#32596A (or 0x32596A) is unknown color: approx Blumine. HEX triplet: 32, 59 and 6A. RGB value is (50,89,106). Sum of RGB (Red+Green+Blue) = 50+89+106=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 106 - color contains mainly: blue. Hex color #32596A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32596A is #CDA695. Grayscale: #4F4F4F. Windows color (decimal): -13477526 or 6969650. OLE color: 6969650.

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

Color convert

RGB5089106-
CMYK0.530.1600.58
HSL198.21º35.9%30.59%-
HSV(B)198.21º52.83%41.57%-
XYZ7.498.8614.95-
YUV79.28143.08107.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=20.41%
G=36.33%
B=43.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50891060.530.1600.58198.2135.930.59
Hex32596A351003Ac6241f
Octal6213115265200723064437
Binary110010101100111010101101011000001110101100011010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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