Html Css Color HEX #322A9F Dark Slate Blue

📋 copy color: '#322A9F'

red 50 ◦ green 42 ◦ blue 159

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

Shades of Dark Slate Blue #322A9F

Tints of Dark Slate Blue #322A9F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.73%

 BLUE value IS 159 (62.5% from 255) = 63.35%

R = 19.92%
G = 16.73%
B = 63.35%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#322A9F (or 0x322A9F) is known color: Dark Slate Blue. HEX triplet: 32, 2A and 9F. RGB value is (50,42,159). Sum of RGB (Red+Green+Blue) = 50+42+159=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #322A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322A9F is #CDD560. Grayscale: #393939. Windows color (decimal): -13489505 or 10431026. OLE color: 10431026.

HSL color Cylindrical-coordinate representation of color #322A9F: hue angle of 244.1º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #322A9F is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 42 159 -
CMYK 0.69 0.74 0 0.38
HSL 244.1º 0.58% 0.39% -
HSV(B) 244.1º 0.74% 0.62% -
XYZ 8.4 4.84 33.29 -
YUV 57.73 185.15 122.49 -
System Red Green Blue C M Y K H S L
Decimal 50 42 159 0.69 0.74 0 0.38 244.1 0.58 0.39
Hex 32 2A 9F 45 4A 0 26 F4 3A 27
Octal 62 52 237 105 112 0 46 364 72 47
Binary 110010 101010 10011111 1000101 1001010 0 100110 11110100 111010 100111

Color Harmonies of #322A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322A9F

Black with #322A9F

Text Example


Text Example

White with #322A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,42,159); }

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

background-color css

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

 a { background-color: rgb(50,42,159); }

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

border-color css

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

 span { border-color: rgb(50,42,159); }

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