Html Css Color HEX #32239D Dark Slate Blue

📋 copy color: '#32239D'

red 50 ◦ green 35 ◦ blue 157

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

Shades of Dark Slate Blue #32239D

Tints of Dark Slate Blue #32239D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 64.88%

R = 20.66%
G = 14.46%
B = 64.88%

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

#32239D (or 0x32239D) is known color: Dark Slate Blue. HEX triplet: 32, 23 and 9D. RGB value is (50,35,157). Sum of RGB (Red+Green+Blue) = 50+35+157=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #32239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32239D is #CDDC62. Grayscale: #343434. Windows color (decimal): -13491299 or 10298162. OLE color: 10298162.

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

Color convert

RGB 50 35 157 -
CMYK 0.68 0.78 0 0.38
HSL 247.38º 0.64% 0.38% -
HSV(B) 247.38º 0.78% 0.62% -
XYZ 8 4.31 32.31 -
YUV 53.39 186.47 125.58 -
System Red Green Blue C M Y K H S L
Decimal 50 35 157 0.68 0.78 0 0.38 247.38 0.64 0.38
Hex 32 23 9D 44 4E 0 26 F7 40 26
Octal 62 43 235 104 116 0 46 367 100 46
Binary 110010 100011 10011101 1000100 1001110 0 100110 11110111 1000000 100110

Color Harmonies of #32239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32239D

Black with #32239D

Text Example


Text Example

White with #32239D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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