#33586C

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

Shades of Blumine #33586C

Tints of Blumine #33586C

Color information

#33586C (or 0x33586C) is unknown color: approx Blumine. HEX triplet: 33, 58 and 6C. RGB value is (51,88,108). Sum of RGB (Red+Green+Blue) = 51+88+108=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #33586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33586C is #CCA793. Grayscale: #4F4F4F. Windows color (decimal): -13412244 or 7100467. OLE color: 7100467.

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

Color convert

RGB5188108-
CMYK0.530.1900.58
HSL201.05º35.85%31.18%-
HSV(B)201.05º52.78%42.35%-
XYZ7.568.7715.48-
YUV79.22144.24107.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.65%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=20.65%
G=35.63%
B=43.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51881080.530.1900.58201.0535.8531.18
Hex33586C351303Ac9241f
Octal6313015465230723114437
Binary110011101100011011001101011001101110101100100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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