#33339F

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

Shades of Dark Slate Blue #33339F

Tints of Dark Slate Blue #33339F

Color information

#33339F (or 0x33339F) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 33 and 9F. RGB value is (51,51,159). Sum of RGB (Red+Green+Blue) = 51+51+159=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #33339F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33339F is #CCCC60. Grayscale: #3E3E3E. Windows color (decimal): -13421665 or 10433331. OLE color: 10433331.

HSL color Cylindrical-coordinate representation of color #33339F: hue angle of 240º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33339F is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5151159-
CMYK0.680.6800.38
HSL240º51.43%41.18%-
HSV(B)240º67.92%62.35%-
XYZ8.815.5733.41-
YUV63.31182119.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 159 (62.5% from 255) = 60.92%
R=19.54%
G=19.54%
B=60.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51511590.680.6800.3824051.4341.18
Hex33339F4444026f03329
Octal63632371041040463606351
Binary1100111100111001111110001001000100010011011110000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33339F; }

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

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

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

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

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

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

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

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