#33329E

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

Shades of Dark Slate Blue #33329E

Tints of Dark Slate Blue #33329E

Color information

#33329E (or 0x33329E) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 32 and 9E. RGB value is (51,50,158). Sum of RGB (Red+Green+Blue) = 51+50+158=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #33329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33329E is #CCCD61. Grayscale: #3E3E3E. Windows color (decimal): -13421922 or 10367539. OLE color: 10367539.

HSL color Cylindrical-coordinate representation of color #33329E: hue angle of 240.56º degrees, saturation: 0.52, 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 #33329E is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5150158-
CMYK0.680.6800.38
HSL240.56º51.92%40.78%-
HSV(B)240.56º68.35%61.96%-
XYZ8.685.4532.94-
YUV62.61181.83119.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.69%
GREEN value IS 50 (19.92% from 255) = 19.31%
BLUE value IS 158 (62.11% from 255) = 61.00%
R=19.69%
G=19.31%
B=61.00%

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
Decimal51501580.680.6800.38240.5651.9240.78
Hex33329E4444026f13429
Octal63622361041040463616451
Binary1100111100101001111010001001000100010011011110001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33329E; }

 p { color: rgb(51,50,158); }

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

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

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

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

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

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

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