#33339D

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

Shades of Dark Slate Blue #33339D

Tints of Dark Slate Blue #33339D

Color information

#33339D (or 0x33339D) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 33 and 9D. RGB value is (51,51,157). Sum of RGB (Red+Green+Blue) = 51+51+157=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #33339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33339D is #CCCC62. Grayscale: #3E3E3E. Windows color (decimal): -13421667 or 10302259. OLE color: 10302259.

HSL color Cylindrical-coordinate representation of color #33339D: 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 #33339D is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5151157-
CMYK0.680.6800.38
HSL240º50.96%40.78%-
HSV(B)240º67.52%61.57%-
XYZ8.635.5132.51-
YUV63.08181119.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.69%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 157 (61.72% from 255) = 60.62%
R=19.69%
G=19.69%
B=60.62%

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
Decimal51511570.680.6800.3824050.9640.78
Hex33339D4444026f03329
Octal63632351041040463606351
Binary1100111100111001110110001001000100010011011110000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33339D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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