#332b9e

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

Shades of Dark Slate Blue #332B9E

Tints of Dark Slate Blue #332B9E

Color information

#332B9E (or 0x332B9E) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 2B and 9E. RGB value is (51,43,158). Sum of RGB (Red+Green+Blue) = 51+43+158=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #332B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332B9E is #CCD461. Grayscale: #3A3A3A. Windows color (decimal): -13423714 or 10365747. OLE color: 10365747.

HSL color Cylindrical-coordinate representation of color #332B9E: hue angle of 244.17º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #332B9E is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5143158-
CMYK0.680.7300.38
HSL244.17º57.21%39.41%-
HSV(B)244.17º72.78%61.96%-
XYZ8.44.932.85-
YUV58.5184.15122.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 43 (17.19% from 255) = 17.06%
BLUE value IS 158 (62.11% from 255) = 62.70%
R=20.24%
G=17.06%
B=62.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51431580.680.7300.38244.1757.2139.41
Hex332B9E4449026f43927
Octal63532361041110463647147
Binary1100111010111001111010001001001001010011011110100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332b9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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