#33289C

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

Shades of Dark Slate Blue #33289C

Tints of Dark Slate Blue #33289C

Color information

#33289C (or 0x33289C) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 28 and 9C. RGB value is (51,40,156). Sum of RGB (Red+Green+Blue) = 51+40+156=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #33289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33289C is #CCD763. Grayscale: #383838. Windows color (decimal): -13424484 or 10233907. OLE color: 10233907.

HSL color Cylindrical-coordinate representation of color #33289C: hue angle of 245.69º 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 #33289C is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5140156-
CMYK0.670.7400.39
HSL245.69º59.18%38.43%-
HSV(B)245.69º74.36%61.18%-
XYZ8.124.6231.92-
YUV56.51184.14124.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.65%
GREEN value IS 40 (16.02% from 255) = 16.19%
BLUE value IS 156 (61.33% from 255) = 63.16%
R=20.65%
G=16.19%
B=63.16%

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
Decimal51401560.670.7400.39245.6959.1838.43
Hex33289C434A027f63b26
Octal63502341031120473667346
Binary1100111010001001110010000111001010010011111110110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33289C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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