Html Css Color HEX #322992 Dark Slate Blue

📋 copy color: '#322992'

red 50 ◦ green 41 ◦ blue 146

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

Shades of Dark Slate Blue #322992

Tints of Dark Slate Blue #322992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

 BLUE value IS 146 (57.42% from 255) = 61.6%

R = 21.1%
G = 17.3%
B = 61.6%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#322992 (or 0x322992) is known color: Dark Slate Blue. HEX triplet: 32, 29 and 92. RGB value is (50,41,146). Sum of RGB (Red+Green+Blue) = 50+41+146=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #322992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322992 is #CDD66D. Grayscale: #373737. Windows color (decimal): -13489774 or 9578802. OLE color: 9578802.

HSL color Cylindrical-coordinate representation of color #322992: hue angle of 245.14º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #322992 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 41 146 -
CMYK 0.66 0.72 0 0.43
HSL 245.14º 0.56% 0.37% -
HSV(B) 245.14º 0.72% 0.57% -
XYZ 7.3 4.34 27.65 -
YUV 55.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 50 41 146 0.66 0.72 0 0.43 245.14 0.56 0.37
Hex 32 29 92 42 48 0 2B F5 38 25
Octal 62 51 222 102 110 0 53 365 70 45
Binary 110010 101001 10010010 1000010 1001000 0 101011 11110101 111000 100101

Color Harmonies of #322992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322992

Black with #322992

Text Example


Text Example

White with #322992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322992; }

 p { color: rgb(50,41,146); }

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

background-color css

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

 a { background-color: rgb(50,41,146); }

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

border-color css

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

 span { border-color: rgb(50,41,146); }

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