#333099

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

Shades of Dark Slate Blue #333099

Tints of Dark Slate Blue #333099

Color information

#333099 (or 0x333099) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 30 and 99. RGB value is (51,48,153). Sum of RGB (Red+Green+Blue) = 51+48+153=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #333099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333099 is #CCCF66. Grayscale: #3C3C3C. Windows color (decimal): -13422439 or 10039347. OLE color: 10039347.

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

Color convert

RGB5148153-
CMYK0.670.6900.4
HSL241.71º52.24%39.41%-
HSV(B)241.71º68.63%60%-
XYZ8.175.1230.69-
YUV60.87179.99120.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 48 (19.14% from 255) = 19.05%
BLUE value IS 153 (60.16% from 255) = 60.71%
R=20.24%
G=19.05%
B=60.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51481530.670.6900.4241.7152.2439.41
Hex3330994345028f23427
Octal63602311031050503626447
Binary1100111100001001100110000111000101010100011110010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333099; }

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

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

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

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

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

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

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

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