#33596E

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

Shades of Blumine #33596E

Tints of Blumine #33596E

Color information

#33596E (or 0x33596E) is unknown color: approx Blumine. HEX triplet: 33, 59 and 6E. RGB value is (51,89,110). Sum of RGB (Red+Green+Blue) = 51+89+110=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #33596E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33596E is #CCA691. Grayscale: #4F4F4F. Windows color (decimal): -13411986 or 7231795. OLE color: 7231795.

HSL color Cylindrical-coordinate representation of color #33596E: hue angle of 201.36º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33596E is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5189110-
CMYK0.540.1900.57
HSL201.36º36.65%31.57%-
HSV(B)201.36º53.64%43.14%-
XYZ7.758.9716.08-
YUV80.03144.91107.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.4%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 110 (43.36% from 255) = 44%
R=20.4%
G=35.6%
B=44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51891100.540.1900.57201.3636.6531.57
Hex33596E3613039c92520
Octal6313115666230713114540
Binary1100111011001110111011011010011011100111001001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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