#33596C

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

Shades of Blumine #33596C

Tints of Blumine #33596C

Color information

#33596C (or 0x33596C) is unknown color: approx Blumine. HEX triplet: 33, 59 and 6C. RGB value is (51,89,108). Sum of RGB (Red+Green+Blue) = 51+89+108=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #33596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33596C is #CCA693. Grayscale: #4F4F4F. Windows color (decimal): -13411988 or 7100723. OLE color: 7100723.

HSL color Cylindrical-coordinate representation of color #33596C: hue angle of 200º 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 #33596C is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5189108-
CMYK0.530.1800.58
HSL200º35.85%31.18%-
HSV(B)200º52.78%42.35%-
XYZ7.648.9315.51-
YUV79.8143.91107.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.56%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 108 (42.58% from 255) = 43.55%
R=20.56%
G=35.89%
B=43.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51891080.530.1800.5820035.8531.18
Hex33596C351203Ac8241f
Octal6313115465220723104437
Binary110011101100111011001101011001001110101100100010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33596C; }

 p { color: rgb(51,89,108); }

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

<style>
 a { background-color: #33596C; }

 a { background-color: rgb(51,89,108); }

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

<style>
 span { border-color: #33596C; }

 span { border-color: rgb(51,89,108); }

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