#33289B

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

Shades of Dark Slate Blue #33289B

Tints of Dark Slate Blue #33289B

Color information

#33289B (or 0x33289B) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 28 and 9B. RGB value is (51,40,155). Sum of RGB (Red+Green+Blue) = 51+40+155=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #33289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33289B is #CCD764. Grayscale: #373737. Windows color (decimal): -13424485 or 10168371. OLE color: 10168371.

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

Color convert

RGB5140155-
CMYK0.670.7400.39
HSL245.74º58.97%38.24%-
HSV(B)245.74º74.19%60.78%-
XYZ8.044.5931.47-
YUV56.4183.64124.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 155 (60.94% from 255) = 63.01%
R=20.73%
G=16.26%
B=63.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51401550.670.7400.39245.7458.9738.24
Hex33289B434A027f63b26
Octal63502331031120473667346
Binary1100111010001001101110000111001010010011111110110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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