#332AA0

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

Shades of Dark Slate Blue #332AA0

Tints of Dark Slate Blue #332AA0

Color information

#332AA0 (or 0x332AA0) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 2A and A0. RGB value is (51,42,160). Sum of RGB (Red+Green+Blue) = 51+42+160=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 160 (62.89% from 255 or 63.24% from 253); Max value from RGB is 160 - color contains mainly: blue. Hex color #332AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332AA0 is #CCD55F. Grayscale: #393939. Windows color (decimal): -13423968 or 10496563. OLE color: 10496563.

HSL color Cylindrical-coordinate representation of color #332AA0: hue angle of 244.58º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #332AA0 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5142160-
CMYK0.680.7400.37
HSL244.58º58.42%39.61%-
HSV(B)244.58º73.75%62.75%-
XYZ8.544.933.75-
YUV58.14185.48122.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 42 (16.80% from 255) = 16.60%
BLUE value IS 160 (62.89% from 255) = 63.24%
R=20.16%
G=16.60%
B=63.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51421600.680.7400.37244.5858.4239.61
Hex332AA0444A025f53a28
Octal63522401041120453657250
Binary1100111010101010000010001001001010010010111110101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,42,160); }

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

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

 a { background-color: rgb(51,42,160); }

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

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

 span { border-color: rgb(51,42,160); }

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