#32249D

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

Shades of Dark Slate Blue #32249D

Tints of Dark Slate Blue #32249D

Color information

#32249D (or 0x32249D) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 24 and 9D. RGB value is (50,36,157). Sum of RGB (Red+Green+Blue) = 50+36+157=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #32249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32249D is #CDDB62. Grayscale: #353535. Windows color (decimal): -13491043 or 10298418. OLE color: 10298418.

HSL color Cylindrical-coordinate representation of color #32249D: hue angle of 246.94º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32249D is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5036157-
CMYK0.680.7700.38
HSL246.94º62.69%37.84%-
HSV(B)246.94º77.07%61.57%-
XYZ8.034.3732.32-
YUV53.98186.14125.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 36 (14.45% from 255) = 14.81%
BLUE value IS 157 (61.72% from 255) = 64.61%
R=20.58%
G=14.81%
B=64.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50361570.680.7700.38246.9462.6937.84
Hex32249D444D026f73f26
Octal62442351041150463677746
Binary1100101001001001110110001001001101010011011110111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32249D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32249D; }

 p { color: rgb(50,36,157); }

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

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

 a { background-color: rgb(50,36,157); }

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

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

 span { border-color: rgb(50,36,157); }

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