Html Css Color HEX #322696 Dark Slate Blue

📋 copy color: '#322696'

red 50 ◦ green 38 ◦ blue 150

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

Shades of Dark Slate Blue #322696

Tints of Dark Slate Blue #322696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.97%

 BLUE value IS 150 (58.98% from 255) = 63.03%

R = 21.01%
G = 15.97%
B = 63.03%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#322696 (or 0x322696) is known color: Dark Slate Blue. HEX triplet: 32, 26 and 96. RGB value is (50,38,150). Sum of RGB (Red+Green+Blue) = 50+38+150=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #322696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322696 is #CDD969. Grayscale: #353535. Windows color (decimal): -13490538 or 9840178. OLE color: 9840178.

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

Color convert

RGB 50 38 150 -
CMYK 0.67 0.75 0 0.41
HSL 246.43º 0.6% 0.37% -
HSV(B) 246.43º 0.75% 0.59% -
XYZ 7.51 4.27 29.28 -
YUV 54.36 181.98 124.89 -
System Red Green Blue C M Y K H S L
Decimal 50 38 150 0.67 0.75 0 0.41 246.43 0.6 0.37
Hex 32 26 96 43 4B 0 29 F6 3C 25
Octal 62 46 226 103 113 0 51 366 74 45
Binary 110010 100110 10010110 1000011 1001011 0 101001 11110110 111100 100101

Color Harmonies of #322696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322696

Black with #322696

Text Example


Text Example

White with #322696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322696; }

 p { color: rgb(50,38,150); }

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

background-color css

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

 a { background-color: rgb(50,38,150); }

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

border-color css

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

 span { border-color: rgb(50,38,150); }

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