Html Css Color HEX #322497 Dark Slate Blue

📋 copy color: '#322497'

red 50 ◦ green 36 ◦ blue 151

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

Shades of Dark Slate Blue #322497

Tints of Dark Slate Blue #322497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 63.71%

R = 21.1%
G = 15.19%
B = 63.71%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#322497 (or 0x322497) is known color: Dark Slate Blue. HEX triplet: 32, 24 and 97. RGB value is (50,36,151). Sum of RGB (Red+Green+Blue) = 50+36+151=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 151 (59.38% from 255 or 63.71% from 237); Max value from RGB is 151 - color contains mainly: blue. Hex color #322497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322497 is #CDDB68. Grayscale: #343434. Windows color (decimal): -13491049 or 9905202. OLE color: 9905202.

HSL color Cylindrical-coordinate representation of color #322497: hue angle of 247.3º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322497 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 36 151 -
CMYK 0.67 0.76 0 0.41
HSL 247.3º 0.61% 0.37% -
HSV(B) 247.3º 0.76% 0.59% -
XYZ 7.53 4.17 29.69 -
YUV 53.3 183.14 125.65 -
System Red Green Blue C M Y K H S L
Decimal 50 36 151 0.67 0.76 0 0.41 247.3 0.61 0.37
Hex 32 24 97 43 4C 0 29 F7 3D 25
Octal 62 44 227 103 114 0 51 367 75 45
Binary 110010 100100 10010111 1000011 1001100 0 101001 11110111 111101 100101

Color Harmonies of #322497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322497

Black with #322497

Text Example


Text Example

White with #322497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322497; }

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

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

background-color css

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

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

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

border-color css

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

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

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