#33596D

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

Shades of Blumine #33596D

Tints of Blumine #33596D

Color information

#33596D (or 0x33596D) is unknown color: approx Blumine. HEX triplet: 33, 59 and 6D. RGB value is (51,89,109). Sum of RGB (Red+Green+Blue) = 51+89+109=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #33596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33596D is #CCA692. Grayscale: #4F4F4F. Windows color (decimal): -13411987 or 7166259. OLE color: 7166259.

HSL color Cylindrical-coordinate representation of color #33596D: hue angle of 200.69º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33596D is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5189109-
CMYK0.530.1800.57
HSL200.69º36.25%31.37%-
HSV(B)200.69º53.21%42.75%-
XYZ7.78.9515.79-
YUV79.92144.41107.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 89 (35.16% from 255) = 35.74%
BLUE value IS 109 (42.97% from 255) = 43.78%
R=20.48%
G=35.74%
B=43.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51891090.530.1800.57200.6936.2531.37
Hex33596D3512039c9241f
Octal6313115565220713114437
Binary110011101100111011011101011001001110011100100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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