Html Css Color HEX #2021AD Persian Blue

📋 copy color: '#2021AD'

red 32 ◦ green 33 ◦ blue 173

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

Shades of Persian Blue #2021AD

Tints of Persian Blue #2021AD

RGB

 RED value IS 32 (12.89% from 255) = 13.45%

 GREEN value IS 33 (13.28% from 255) = 13.87%

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

R = 13.45%
G = 13.87%
B = 72.69%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2021AD (or 0x2021AD) is known color: Persian Blue. HEX triplet: 20, 21 and AD. RGB value is (32,33,173). Sum of RGB (Red+Green+Blue) = 32+33+173=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #2021AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2021AD is #DFDE52. Grayscale: #303030. Windows color (decimal): -14671443 or 11346208. OLE color: 11346208.

HSL color Cylindrical-coordinate representation of color #2021AD: hue angle of 239.57º 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 #2021AD is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 33 173 -
CMYK 0.82 0.81 0 0.32
HSL 239.57º 0.69% 0.4% -
HSV(B) 239.57º 0.82% 0.68% -
XYZ 8.68 4.41 39.93 -
YUV 48.66 198.17 116.12 -
System Red Green Blue C M Y K H S L
Decimal 32 33 173 0.82 0.81 0 0.32 239.57 0.69 0.4
Hex 20 21 AD 52 51 0 20 F0 45 28
Octal 40 41 255 122 121 0 40 360 105 50
Binary 100000 100001 10101101 1010010 1010001 0 100000 11110000 1000101 101000

Color Harmonies of #2021AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2021AD

Black with #2021AD

Text Example


Text Example

White with #2021AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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