Html Css Color HEX #2047AD Persian Blue

📋 copy color: '#2047AD'

red 32 ◦ green 71 ◦ blue 173

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

Shades of Persian Blue #2047AD

Tints of Persian Blue #2047AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.72%

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

R = 11.59%
G = 25.72%
B = 62.68%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2047AD (or 0x2047AD) is known color: Persian Blue. HEX triplet: 20, 47 and AD. RGB value is (32,71,173). Sum of RGB (Red+Green+Blue) = 32+71+173=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #2047AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2047AD is #DFB852. Grayscale: #464646. Windows color (decimal): -14661715 or 11355936. OLE color: 11355936.

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

Color convert

RGB 32 71 173 -
CMYK 0.82 0.59 0 0.32
HSL 223.4º 0.69% 0.4% -
HSV(B) 223.4º 0.82% 0.68% -
XYZ 10.39 7.83 40.5 -
YUV 70.97 185.58 100.21 -
System Red Green Blue C M Y K H S L
Decimal 32 71 173 0.82 0.59 0 0.32 223.4 0.69 0.4
Hex 20 47 AD 52 3B 0 20 DF 45 28
Octal 40 107 255 122 73 0 40 337 105 50
Binary 100000 1000111 10101101 1010010 111011 0 100000 11011111 1000101 101000

Color Harmonies of #2047AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2047AD

Black with #2047AD

Text Example


Text Example

White with #2047AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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