Html Css Color HEX #32239E Dark Slate Blue

📋 copy color: '#32239E'

red 50 ◦ green 35 ◦ blue 158

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

Shades of Dark Slate Blue #32239E

Tints of Dark Slate Blue #32239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.4%

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

R = 20.58%
G = 14.4%
B = 65.02%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32239E (or 0x32239E) is known color: Dark Slate Blue. HEX triplet: 32, 23 and 9E. RGB value is (50,35,158). Sum of RGB (Red+Green+Blue) = 50+35+158=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #32239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32239E is #CDDC61. Grayscale: #353535. Windows color (decimal): -13491298 or 10363698. OLE color: 10363698.

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

Color convert

RGB 50 35 158 -
CMYK 0.68 0.78 0 0.38
HSL 247.32º 0.64% 0.38% -
HSV(B) 247.32º 0.78% 0.62% -
XYZ 8.09 4.35 32.76 -
YUV 53.51 186.97 125.5 -
System Red Green Blue C M Y K H S L
Decimal 50 35 158 0.68 0.78 0 0.38 247.32 0.64 0.38
Hex 32 23 9E 44 4E 0 26 F7 40 26
Octal 62 43 236 104 116 0 46 367 100 46
Binary 110010 100011 10011110 1000100 1001110 0 100110 11110111 1000000 100110

Color Harmonies of #32239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32239E

Black with #32239E

Text Example


Text Example

White with #32239E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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