#332299

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

Shades of Dark Slate Blue #332299

Tints of Dark Slate Blue #332299

Color information

#332299 (or 0x332299) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 22 and 99. RGB value is (51,34,153). Sum of RGB (Red+Green+Blue) = 51+34+153=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #332299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332299 is #CCDD66. Grayscale: #343434. Windows color (decimal): -13426023 or 10035763. OLE color: 10035763.

HSL color Cylindrical-coordinate representation of color #332299: hue angle of 248.57º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #332299 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5134153-
CMYK0.670.7800.4
HSL248.57º63.64%36.67%-
HSV(B)248.57º77.78%60%-
XYZ7.694.1530.53-
YUV52.65184.63126.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.43%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 153 (60.16% from 255) = 64.29%
R=21.43%
G=14.29%
B=64.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51341530.670.7800.4248.5763.6436.67
Hex332299434E028f94025
Octal634223110311605037110045
Binary11001110001010011001100001110011100101000111110011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332299; }

 p { color: rgb(51,34,153); }

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

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

 a { background-color: rgb(51,34,153); }

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

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

 span { border-color: rgb(51,34,153); }

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