#33249B

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

Shades of Dark Slate Blue #33249B

Tints of Dark Slate Blue #33249B

Color information

#33249B (or 0x33249B) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 24 and 9B. RGB value is (51,36,155). Sum of RGB (Red+Green+Blue) = 51+36+155=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #33249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33249B is #CCDB64. Grayscale: #353535. Windows color (decimal): -13425509 or 10167347. OLE color: 10167347.

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

Color convert

RGB5136155-
CMYK0.670.7700.39
HSL247.56º62.3%37.45%-
HSV(B)247.56º76.77%60.78%-
XYZ7.914.3331.43-
YUV54.05184.97125.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 155 (60.94% from 255) = 64.05%
R=21.07%
G=14.88%
B=64.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51361550.670.7700.39247.5662.337.45
Hex33249B434D027f83e25
Octal63442331031150473707645
Binary1100111001001001101110000111001101010011111111000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33249B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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