#333499

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

Shades of Dark Slate Blue #333499

Tints of Dark Slate Blue #333499

Color information

#333499 (or 0x333499) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 34 and 99. RGB value is (51,52,153). Sum of RGB (Red+Green+Blue) = 51+52+153=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #333499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333499 is #CCCB66. Grayscale: #3E3E3E. Windows color (decimal): -13421415 or 10040371. OLE color: 10040371.

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

Color convert

RGB5152153-
CMYK0.670.6600.4
HSL239.41º50%40%-
HSV(B)239.41º66.67%60%-
XYZ8.345.4630.75-
YUV63.22178.67119.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 153 (60.16% from 255) = 59.77%
R=19.92%
G=20.31%
B=59.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51521530.670.6600.4239.415040
Hex3334994342028ef3228
Octal63642311031020503576250
Binary1100111101001001100110000111000010010100011101111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333499; }

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

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

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

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

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

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

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

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