Html Css Color HEX #322D92 Dark Slate Blue

📋 copy color: '#322D92'

red 50 ◦ green 45 ◦ blue 146

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

Shades of Dark Slate Blue #322D92

Tints of Dark Slate Blue #322D92

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.67%

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

R = 20.75%
G = 18.67%
B = 60.58%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#322D92 (or 0x322D92) is known color: Dark Slate Blue. HEX triplet: 32, 2D and 92. RGB value is (50,45,146). Sum of RGB (Red+Green+Blue) = 50+45+146=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #322D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322D92 is #CDD26D. Grayscale: #393939. Windows color (decimal): -13488750 or 9579826. OLE color: 9579826.

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

Color convert

RGB 50 45 146 -
CMYK 0.66 0.69 0 0.43
HSL 242.97º 0.53% 0.37% -
HSV(B) 242.97º 0.69% 0.57% -
XYZ 7.44 4.63 27.7 -
YUV 58.01 177.66 122.29 -
System Red Green Blue C M Y K H S L
Decimal 50 45 146 0.66 0.69 0 0.43 242.97 0.53 0.37
Hex 32 2D 92 42 45 0 2B F3 35 25
Octal 62 55 222 102 105 0 53 363 65 45
Binary 110010 101101 10010010 1000010 1000101 0 101011 11110011 110101 100101

Color Harmonies of #322D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322D92

Black with #322D92

Text Example


Text Example

White with #322D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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