Html Css Color HEX #322398 Dark Slate Blue

📋 copy color: '#322398'

red 50 ◦ green 35 ◦ blue 152

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

Shades of Dark Slate Blue #322398

Tints of Dark Slate Blue #322398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.77%

 BLUE value IS 152 (59.77% from 255) = 64.14%

R = 21.1%
G = 14.77%
B = 64.14%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#322398 (or 0x322398) is known color: Dark Slate Blue. HEX triplet: 32, 23 and 98. RGB value is (50,35,152). Sum of RGB (Red+Green+Blue) = 50+35+152=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #322398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322398 is #CDDC67. Grayscale: #343434. Windows color (decimal): -13491304 or 9970482. OLE color: 9970482.

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

Color convert

RGB 50 35 152 -
CMYK 0.67 0.77 0 0.40
HSL 247.69º 0.63% 0.37% -
HSV(B) 247.69º 0.77% 0.6% -
XYZ 7.58 4.15 30.11 -
YUV 52.82 183.97 125.99 -
System Red Green Blue C M Y K H S L
Decimal 50 35 152 0.67 0.77 0 0.40 247.69 0.63 0.37
Hex 32 23 98 43 4D 0 28 F8 3F 25
Octal 62 43 230 103 115 0 50 370 77 45
Binary 110010 100011 10011000 1000011 1001101 0 101000 11111000 111111 100101

Color Harmonies of #322398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322398

Black with #322398

Text Example


Text Example

White with #322398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322398; }

 p { color: rgb(50,35,152); }

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

background-color css

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

 a { background-color: rgb(50,35,152); }

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

border-color css

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

 span { border-color: rgb(50,35,152); }

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