Html Css Color HEX #322495 Dark Slate Blue

📋 copy color: '#322495'

red 50 ◦ green 36 ◦ blue 149

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

Shades of Dark Slate Blue #322495

Tints of Dark Slate Blue #322495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.4%

R = 21.28%
G = 15.32%
B = 63.4%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#322495 (or 0x322495) is known color: Dark Slate Blue. HEX triplet: 32, 24 and 95. RGB value is (50,36,149). Sum of RGB (Red+Green+Blue) = 50+36+149=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #322495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322495 is #CDDB6A. Grayscale: #343434. Windows color (decimal): -13491051 or 9774130. OLE color: 9774130.

HSL color Cylindrical-coordinate representation of color #322495: hue angle of 247.43º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322495 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 36 149 -
CMYK 0.66 0.76 0 0.42
HSL 247.43º 0.61% 0.36% -
HSV(B) 247.43º 0.76% 0.58% -
XYZ 7.37 4.11 28.84 -
YUV 53.07 182.14 125.81 -
System Red Green Blue C M Y K H S L
Decimal 50 36 149 0.66 0.76 0 0.42 247.43 0.61 0.36
Hex 32 24 95 42 4C 0 2A F7 3D 24
Octal 62 44 225 102 114 0 52 367 75 44
Binary 110010 100100 10010101 1000010 1001100 0 101010 11110111 111101 100100

Color Harmonies of #322495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322495

Black with #322495

Text Example


Text Example

White with #322495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322495; }

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

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

background-color css

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

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

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

border-color css

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

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

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