#333699

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

Shades of Dark Slate Blue #333699

Tints of Dark Slate Blue #333699

Color information

#333699 (or 0x333699) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 36 and 99. RGB value is (51,54,153). Sum of RGB (Red+Green+Blue) = 51+54+153=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #333699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333699 is #CCC966. Grayscale: #3F3F3F. Windows color (decimal): -13420903 or 10040883. OLE color: 10040883.

HSL color Cylindrical-coordinate representation of color #333699: hue angle of 238.24º 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 #333699 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5154153-
CMYK0.670.6500.4
HSL238.24º50%40%-
HSV(B)238.24º66.67%60%-
XYZ8.435.6430.78-
YUV64.39178.01118.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.77%
GREEN value IS 54 (21.48% from 255) = 20.93%
BLUE value IS 153 (60.16% from 255) = 59.30%
R=19.77%
G=20.93%
B=59.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51541530.670.6500.4238.245040
Hex3336994341028ee3228
Octal63662311031010503566250
Binary1100111101101001100110000111000001010100011101110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333699; }

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

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

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

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

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

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

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

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