#33369F

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

Shades of Dark Slate Blue #33369F

Tints of Dark Slate Blue #33369F

Color information

#33369F (or 0x33369F) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 36 and 9F. RGB value is (51,54,159). Sum of RGB (Red+Green+Blue) = 51+54+159=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #33369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33369F is #CCC960. Grayscale: #404040. Windows color (decimal): -13420897 or 10434099. OLE color: 10434099.

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

Color convert

RGB5154159-
CMYK0.680.6600.38
HSL238.33º51.43%41.18%-
HSV(B)238.33º67.92%62.35%-
XYZ8.945.8533.46-
YUV65.07181.01117.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 54 (21.48% from 255) = 20.45%
BLUE value IS 159 (62.5% from 255) = 60.23%
R=19.32%
G=20.45%
B=60.23%

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
Decimal51541590.680.6600.38238.3351.4341.18
Hex33369F4442026ee3329
Octal63662371041020463566351
Binary1100111101101001111110001001000010010011011101110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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