Html Css Color HEX #322ACD Persian Blue

📋 copy color: '#322ACD'

red 50 ◦ green 42 ◦ blue 205

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

Shades of Persian Blue #322ACD

Tints of Persian Blue #322ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 69.02%

R = 16.84%
G = 14.14%
B = 69.02%

CMYK

 C value IS 0.76

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#322ACD (or 0x322ACD) is known color: Persian Blue. HEX triplet: 32, 2A and CD. RGB value is (50,42,205). Sum of RGB (Red+Green+Blue) = 50+42+205=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #322ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322ACD is #CDD532. Grayscale: #3E3E3E. Windows color (decimal): -13489459 or 13445682. OLE color: 13445682.

HSL color Cylindrical-coordinate representation of color #322ACD: hue angle of 242.94º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #322ACD is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 42 205 -
CMYK 0.76 0.80 0 0.20
HSL 242.94º 0.66% 0.48% -
HSV(B) 242.94º 0.8% 0.8% -
XYZ 13.16 6.74 58.37 -
YUV 62.97 208.15 118.75 -
System Red Green Blue C M Y K H S L
Decimal 50 42 205 0.76 0.80 0 0.20 242.94 0.66 0.48
Hex 32 2A CD 4C 50 0 14 F3 42 30
Octal 62 52 315 114 120 0 24 363 102 60
Binary 110010 101010 11001101 1001100 1010000 0 10100 11110011 1000010 110000

Color Harmonies of #322ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322ACD

Black with #322ACD

Text Example


Text Example

White with #322ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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