#33369C

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

Shades of Dark Slate Blue #33369C

Tints of Dark Slate Blue #33369C

Color information

#33369C (or 0x33369C) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 36 and 9C. RGB value is (51,54,156). Sum of RGB (Red+Green+Blue) = 51+54+156=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #33369C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33369C is #CCC963. Grayscale: #404040. Windows color (decimal): -13420900 or 10237491. OLE color: 10237491.

HSL color Cylindrical-coordinate representation of color #33369C: hue angle of 238.29º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33369C is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5154156-
CMYK0.670.6500.39
HSL238.29º50.72%40.59%-
HSV(B)238.29º67.31%61.18%-
XYZ8.695.7432.1-
YUV64.73179.51118.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 156 (61.33% from 255) = 59.77%
R=19.54%
G=20.69%
B=59.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51541560.670.6500.39238.2950.7240.59
Hex33369C4341027ee3329
Octal63662341031010473566351
Binary1100111101101001110010000111000001010011111101110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33369C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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