Html Css Color HEX #322299 Dark Slate Blue

📋 copy color: '#322299'

red 50 ◦ green 34 ◦ blue 153

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

Shades of Dark Slate Blue #322299

Tints of Dark Slate Blue #322299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.35%

 BLUE value IS 153 (60.16% from 255) = 64.56%

R = 21.1%
G = 14.35%
B = 64.56%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#322299 (or 0x322299) is known color: Dark Slate Blue. HEX triplet: 32, 22 and 99. RGB value is (50,34,153). Sum of RGB (Red+Green+Blue) = 50+34+153=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #322299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322299 is #CDDD66. Grayscale: #333333. Windows color (decimal): -13491559 or 10035762. OLE color: 10035762.

HSL color Cylindrical-coordinate representation of color #322299: hue angle of 248.07º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #322299 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 34 153 -
CMYK 0.67 0.78 0 0.4
HSL 248.07º 0.64% 0.37% -
HSV(B) 248.07º 0.78% 0.6% -
XYZ 7.64 4.12 30.53 -
YUV 52.35 184.8 126.32 -
System Red Green Blue C M Y K H S L
Decimal 50 34 153 0.67 0.78 0 0.4 248.07 0.64 0.37
Hex 32 22 99 43 4E 0 28 F8 40 25
Octal 62 42 231 103 116 0 50 370 100 45
Binary 110010 100010 10011001 1000011 1001110 0 101000 11111000 1000000 100101

Color Harmonies of #322299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322299

Black with #322299

Text Example


Text Example

White with #322299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322299; }

 p { color: rgb(50,34,153); }

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

background-color css

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

 a { background-color: rgb(50,34,153); }

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

border-color css

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

 span { border-color: rgb(50,34,153); }

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