Html Css Color HEX #2220AD Persian Blue

📋 copy color: '#2220AD'

red 34 ◦ green 32 ◦ blue 173

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

Shades of Persian Blue #2220AD

Tints of Persian Blue #2220AD

RGB

 RED value IS 34 (13.67% from 255) = 14.23%

 GREEN value IS 32 (12.89% from 255) = 13.39%

 BLUE value IS 173 (67.97% from 255) = 72.38%

R = 14.23%
G = 13.39%
B = 72.38%

CMYK

 C value IS 0.80

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2220AD (or 0x2220AD) is known color: Persian Blue. HEX triplet: 22, 20 and AD. RGB value is (34,32,173). Sum of RGB (Red+Green+Blue) = 34+32+173=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #2220AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2220AD is #DDDF52. Grayscale: #303030. Windows color (decimal): -14540627 or 11345954. OLE color: 11345954.

HSL color Cylindrical-coordinate representation of color #2220AD: hue angle of 240.85º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2220AD is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 32 173 -
CMYK 0.80 0.82 0 0.32
HSL 240.85º 0.69% 0.4% -
HSV(B) 240.85º 0.82% 0.68% -
XYZ 8.72 4.39 39.92 -
YUV 48.67 198.16 117.54 -
System Red Green Blue C M Y K H S L
Decimal 34 32 173 0.80 0.82 0 0.32 240.85 0.69 0.4
Hex 22 20 AD 50 52 0 20 F1 45 28
Octal 42 40 255 120 122 0 40 361 105 50
Binary 100010 100000 10101101 1010000 1010010 0 100000 11110001 1000101 101000

Color Harmonies of #2220AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2220AD

Black with #2220AD

Text Example


Text Example

White with #2220AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2220AD; }

 p { color: rgb(34,32,173); }

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

background-color css

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

 a { background-color: rgb(34,32,173); }

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

border-color css

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

 span { border-color: rgb(34,32,173); }

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