#33249A

Color #33249A Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #33249A

Tints of Dark Slate Blue #33249A

Color information

#33249A (or 0x33249A) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 24 and 9A. RGB value is (51,36,154). Sum of RGB (Red+Green+Blue) = 51+36+154=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #33249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33249A is #CCDB65. Grayscale: #353535. Windows color (decimal): -13425510 or 10101811. OLE color: 10101811.

HSL color Cylindrical-coordinate representation of color #33249A: hue angle of 247.63º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33249A is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5136154-
CMYK0.670.7700.40
HSL247.63º62.11%37.25%-
HSV(B)247.63º76.62%60.39%-
XYZ7.834.330.99-
YUV53.94184.47125.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 154 (60.55% from 255) = 63.90%
R=21.16%
G=14.94%
B=63.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51361540.670.7700.40247.6362.1137.25
Hex33249A434D028f83e25
Octal63442321031150503707645
Binary1100111001001001101010000111001101010100011111000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,36,154); }

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

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

 a { background-color: rgb(51,36,154); }

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

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

 span { border-color: rgb(51,36,154); }

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