Html Css Color HEX #322892 Dark Slate Blue

📋 copy color: '#322892'

red 50 ◦ green 40 ◦ blue 146

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

Shades of Dark Slate Blue #322892

Tints of Dark Slate Blue #322892

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.95%

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

R = 21.19%
G = 16.95%
B = 61.86%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#322892 (or 0x322892) is known color: Dark Slate Blue. HEX triplet: 32, 28 and 92. RGB value is (50,40,146). Sum of RGB (Red+Green+Blue) = 50+40+146=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #322892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322892 is #CDD76D. Grayscale: #363636. Windows color (decimal): -13490030 or 9578546. OLE color: 9578546.

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

Color convert

RGB 50 40 146 -
CMYK 0.66 0.73 0 0.43
HSL 245.66º 0.57% 0.36% -
HSV(B) 245.66º 0.73% 0.57% -
XYZ 7.26 4.27 27.64 -
YUV 55.07 179.31 124.38 -
System Red Green Blue C M Y K H S L
Decimal 50 40 146 0.66 0.73 0 0.43 245.66 0.57 0.36
Hex 32 28 92 42 49 0 2B F6 39 24
Octal 62 50 222 102 111 0 53 366 71 44
Binary 110010 101000 10010010 1000010 1001001 0 101011 11110110 111001 100100

Color Harmonies of #322892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322892

Black with #322892

Text Example


Text Example

White with #322892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322892; }

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

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

background-color css

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

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

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

border-color css

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

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

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