Html Css Color HEX #322F94 Dark Slate Blue

📋 copy color: '#322F94'

red 50 ◦ green 47 ◦ blue 148

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

Shades of Dark Slate Blue #322F94

Tints of Dark Slate Blue #322F94

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.18%

 BLUE value IS 148 (58.2% from 255) = 60.41%

R = 20.41%
G = 19.18%
B = 60.41%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#322F94 (or 0x322F94) is known color: Dark Slate Blue. HEX triplet: 32, 2F and 94. RGB value is (50,47,148). Sum of RGB (Red+Green+Blue) = 50+47+148=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 148 (58.20% from 255 or 60.41% from 245); Max value from RGB is 148 - color contains mainly: blue. Hex color #322F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322F94 is #CDD06B. Grayscale: #3B3B3B. Windows color (decimal): -13488236 or 9711410. OLE color: 9711410.

HSL color Cylindrical-coordinate representation of color #322F94: hue angle of 241.78º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #322F94 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 47 148 -
CMYK 0.66 0.68 0 0.42
HSL 241.78º 0.52% 0.38% -
HSV(B) 241.78º 0.68% 0.58% -
XYZ 7.68 4.85 28.55 -
YUV 59.41 177.99 121.29 -
System Red Green Blue C M Y K H S L
Decimal 50 47 148 0.66 0.68 0 0.42 241.78 0.52 0.38
Hex 32 2F 94 42 44 0 2A F2 34 26
Octal 62 57 224 102 104 0 52 362 64 46
Binary 110010 101111 10010100 1000010 1000100 0 101010 11110010 110100 100110

Color Harmonies of #322F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322F94

Black with #322F94

Text Example


Text Example

White with #322F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,47,148); }

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

background-color css

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

 a { background-color: rgb(50,47,148); }

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

border-color css

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

 span { border-color: rgb(50,47,148); }

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