Html Css Color HEX #32399F Dark Slate Blue

📋 copy color: '#32399F'

red 50 ◦ green 57 ◦ blue 159

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

Shades of Dark Slate Blue #32399F

Tints of Dark Slate Blue #32399F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.43%

 BLUE value IS 159 (62.5% from 255) = 59.77%

R = 18.8%
G = 21.43%
B = 59.77%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32399F (or 0x32399F) is known color: Dark Slate Blue. HEX triplet: 32, 39 and 9F. RGB value is (50,57,159). Sum of RGB (Red+Green+Blue) = 50+57+159=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #32399F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32399F is #CDC660. Grayscale: #424242. Windows color (decimal): -13485665 or 10434866. OLE color: 10434866.

HSL color Cylindrical-coordinate representation of color #32399F: hue angle of 236.15º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32399F is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 57 159 -
CMYK 0.69 0.64 0 0.38
HSL 236.15º 0.52% 0.41% -
HSV(B) 236.15º 0.69% 0.62% -
XYZ 9.04 6.11 33.5 -
YUV 66.54 180.18 116.21 -
System Red Green Blue C M Y K H S L
Decimal 50 57 159 0.69 0.64 0 0.38 236.15 0.52 0.41
Hex 32 39 9F 45 40 0 26 EC 34 29
Octal 62 71 237 105 100 0 46 354 64 51
Binary 110010 111001 10011111 1000101 1000000 0 100110 11101100 110100 101001

Color Harmonies of #32399F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32399F

Black with #32399F

Text Example


Text Example

White with #32399F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32399F; }

 p { color: rgb(50,57,159); }

 H1.HeaderClassName
 {
   color: #32399F;
 }
 .AnyTagClassName
 {
   color: #32399F;
 }
</style>

background-color css

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

 a { background-color: rgb(50,57,159); }

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

border-color css

<style>
 span { border-color: #32399F; }

 span { border-color: rgb(50,57,159); }

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