#332696

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

Shades of Dark Slate Blue #332696

Tints of Dark Slate Blue #332696

Color information

#332696 (or 0x332696) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 26 and 96. RGB value is (51,38,150). Sum of RGB (Red+Green+Blue) = 51+38+150=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #332696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332696 is #CCD969. Grayscale: #363636. Windows color (decimal): -13425002 or 9840179. OLE color: 9840179.

HSL color Cylindrical-coordinate representation of color #332696: hue angle of 246.96º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #332696 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5138150-
CMYK0.660.7500.41
HSL246.96º59.57%36.86%-
HSV(B)246.96º74.67%58.82%-
XYZ7.564.2929.28-
YUV54.65181.81125.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 150 (58.98% from 255) = 62.76%
R=21.34%
G=15.90%
B=62.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51381500.660.7500.41246.9659.5736.86
Hex332696424B029f73c25
Octal63462261021130513677445
Binary1100111001101001011010000101001011010100111110111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332696; }

 p { color: rgb(51,38,150); }

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

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

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

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

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

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

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