#32229a

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

Shades of Dark Slate Blue #32229A

Tints of Dark Slate Blue #32229A

Color information

#32229A (or 0x32229A) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 22 and 9A. RGB value is (50,34,154). Sum of RGB (Red+Green+Blue) = 50+34+154=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 154 (60.55% from 255 or 64.71% from 238); Max value from RGB is 154 - color contains mainly: blue. Hex color #32229A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32229A is #CDDD65. Grayscale: #343434. Windows color (decimal): -13491558 or 10101298. OLE color: 10101298.

HSL color Cylindrical-coordinate representation of color #32229A: hue angle of 248º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32229A is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5034154-
CMYK0.680.7800.40
HSL248º63.83%36.86%-
HSV(B)248º77.92%60.39%-
XYZ7.724.1630.97-
YUV52.46185.3126.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 154 (60.55% from 255) = 64.71%
R=21.01%
G=14.29%
B=64.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50341540.680.7800.4024863.8336.86
Hex32229A444E028f84025
Octal624223210411605037010045
Binary11001010001010011010100010010011100101000111110001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32229a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32229a; }

 p { color: rgb(50,34,154); }

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

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

 a { background-color: rgb(50,34,154); }

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

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

 span { border-color: rgb(50,34,154); }

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