#333399

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

Shades of Dark Slate Blue #333399

Tints of Dark Slate Blue #333399

Color information

#333399 (or 0x333399) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 33 and 99. RGB value is (51,51,153). Sum of RGB (Red+Green+Blue) = 51+51+153=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #333399 is a web safe color. Inversed color of #333399 is #CCCC66. Grayscale: #3E3E3E. Windows color (decimal): -13421671 or 10040115. OLE color: 10040115.

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

Color convert

RGB5151153-
CMYK0.670.6700.4
HSL240º50%40%-
HSV(B)240º66.67%60%-
XYZ8.35.3730.74-
YUV62.63179119.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 153 (60.16% from 255) = 60%
R=20%
G=20%
B=60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51511530.670.6700.42405040
Hex3333994343028f03228
Octal63632311031030503606250
Binary1100111100111001100110000111000011010100011110000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333399; }

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

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

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

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

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

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

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

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