#333199

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

Shades of Dark Slate Blue #333199

Tints of Dark Slate Blue #333199

Color information

#333199 (or 0x333199) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 31 and 99. RGB value is (51,49,153). Sum of RGB (Red+Green+Blue) = 51+49+153=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #333199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333199 is #CCCE66. Grayscale: #3D3D3D. Windows color (decimal): -13422183 or 10039603. OLE color: 10039603.

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

Color convert

RGB5149153-
CMYK0.670.6800.4
HSL241.15º51.49%39.61%-
HSV(B)241.15º67.97%60%-
XYZ8.215.230.71-
YUV61.45179.66120.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 49 (19.53% from 255) = 19.37%
BLUE value IS 153 (60.16% from 255) = 60.47%
R=20.16%
G=19.37%
B=60.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51491530.670.6800.4241.1551.4939.61
Hex3331994344028f13328
Octal63612311031040503616350
Binary1100111100011001100110000111000100010100011110001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333199; }

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

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

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

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

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

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

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

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