Html Css Color HEX #2029AD Persian Blue

📋 copy color: '#2029AD'

red 32 ◦ green 41 ◦ blue 173

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

Shades of Persian Blue #2029AD

Tints of Persian Blue #2029AD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.67%

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

R = 13.01%
G = 16.67%
B = 70.33%

CMYK

 C value IS 0.82

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2029AD (or 0x2029AD) is known color: Persian Blue. HEX triplet: 20, 29 and AD. RGB value is (32,41,173). Sum of RGB (Red+Green+Blue) = 32+41+173=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #2029AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2029AD is #DFD652. Grayscale: #343434. Windows color (decimal): -14669395 or 11348256. OLE color: 11348256.

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

Color convert

RGB 32 41 173 -
CMYK 0.82 0.76 0 0.32
HSL 236.17º 0.69% 0.4% -
HSV(B) 236.17º 0.82% 0.68% -
XYZ 8.93 4.91 40.01 -
YUV 53.36 195.52 112.77 -
System Red Green Blue C M Y K H S L
Decimal 32 41 173 0.82 0.76 0 0.32 236.17 0.69 0.4
Hex 20 29 AD 52 4C 0 20 EC 45 28
Octal 40 51 255 122 114 0 40 354 105 50
Binary 100000 101001 10101101 1010010 1001100 0 100000 11101100 1000101 101000

Color Harmonies of #2029AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2029AD

Black with #2029AD

Text Example


Text Example

White with #2029AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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