#33369E

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

Shades of Dark Slate Blue #33369E

Tints of Dark Slate Blue #33369E

Color information

#33369E (or 0x33369E) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 36 and 9E. RGB value is (51,54,158). Sum of RGB (Red+Green+Blue) = 51+54+158=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #33369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33369E is #CCC961. Grayscale: #404040. Windows color (decimal): -13420898 or 10368563. OLE color: 10368563.

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

Color convert

RGB5154158-
CMYK0.680.6600.38
HSL238.32º51.2%40.98%-
HSV(B)238.32º67.72%61.96%-
XYZ8.865.8133-
YUV64.96180.51118.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 158 (62.11% from 255) = 60.08%
R=19.39%
G=20.53%
B=60.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51541580.680.6600.38238.3251.240.98
Hex33369E4442026ee3329
Octal63662361041020463566351
Binary1100111101101001111010001001000010010011011101110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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