#332E96

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

Shades of Dark Slate Blue #332E96

Tints of Dark Slate Blue #332E96

Color information

#332E96 (or 0x332E96) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 2E and 96. RGB value is (51,46,150). Sum of RGB (Red+Green+Blue) = 51+46+150=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #332E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332E96 is #CCD169. Grayscale: #3A3A3A. Windows color (decimal): -13422954 or 9842227. OLE color: 9842227.

HSL color Cylindrical-coordinate representation of color #332E96: hue angle of 242.88º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332E96 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5146150-
CMYK0.660.6900.41
HSL242.88º53.06%38.43%-
HSV(B)242.88º69.33%58.82%-
XYZ7.854.8629.38-
YUV59.35179.16122.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.65%
GREEN value IS 46 (18.36% from 255) = 18.62%
BLUE value IS 150 (58.98% from 255) = 60.73%
R=20.65%
G=18.62%
B=60.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51461500.660.6900.41242.8853.0638.43
Hex332E964245029f33526
Octal63562261021050513636546
Binary1100111011101001011010000101000101010100111110011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332E96; }

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

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

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

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

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

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

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

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