Html Css Color HEX #32249E Dark Slate Blue

📋 copy color: '#32249E'

red 50 ◦ green 36 ◦ blue 158

#32249E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #32249E

Tints of Dark Slate Blue #32249E

RGB

 RED value IS 50 (19.92% from 255) = 20.49%

 GREEN value IS 36 (14.45% from 255) = 14.75%

 BLUE value IS 158 (62.11% from 255) = 64.75%

R = 20.49%
G = 14.75%
B = 64.75%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32249E (or 0x32249E) is known color: Dark Slate Blue. HEX triplet: 32, 24 and 9E. RGB value is (50,36,158). Sum of RGB (Red+Green+Blue) = 50+36+158=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #32249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32249E is #CDDB61. Grayscale: #353535. Windows color (decimal): -13491042 or 10363954. OLE color: 10363954.

HSL color Cylindrical-coordinate representation of color #32249E: hue angle of 246.89º 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 #32249E is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 36 158 -
CMYK 0.68 0.77 0 0.38
HSL 246.89º 0.63% 0.38% -
HSV(B) 246.89º 0.77% 0.62% -
XYZ 8.12 4.41 32.77 -
YUV 54.09 186.64 125.08 -
System Red Green Blue C M Y K H S L
Decimal 50 36 158 0.68 0.77 0 0.38 246.89 0.63 0.38
Hex 32 24 9E 44 4D 0 26 F7 3F 26
Octal 62 44 236 104 115 0 46 367 77 46
Binary 110010 100100 10011110 1000100 1001101 0 100110 11110111 111111 100110

Color Harmonies of #32249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32249E

Black with #32249E

Text Example


Text Example

White with #32249E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32249E;
 }
 .AnyTagClassName
 {
   color: #32249E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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