#33289A

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

Shades of Dark Slate Blue #33289A

Tints of Dark Slate Blue #33289A

Color information

#33289A (or 0x33289A) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 28 and 9A. RGB value is (51,40,154). Sum of RGB (Red+Green+Blue) = 51+40+154=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #33289A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33289A is #CCD765. Grayscale: #373737. Windows color (decimal): -13424486 or 10102835. OLE color: 10102835.

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

Color convert

RGB5140154-
CMYK0.670.7400.40
HSL245.79º58.76%38.04%-
HSV(B)245.79º74.03%60.39%-
XYZ7.964.5531.03-
YUV56.28183.14124.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 154 (60.55% from 255) = 62.86%
R=20.82%
G=16.33%
B=62.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51401540.670.7400.40245.7958.7638.04
Hex33289A434A028f63b26
Octal63502321031120503667346
Binary1100111010001001101010000111001010010100011110110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33289A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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