Html Css Color HEX #2032AD Persian Blue

📋 copy color: '#2032AD'

red 32 ◦ green 50 ◦ blue 173

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

Shades of Persian Blue #2032AD

Tints of Persian Blue #2032AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.61%

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

R = 12.55%
G = 19.61%
B = 67.84%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2032AD (or 0x2032AD) is known color: Persian Blue. HEX triplet: 20, 32 and AD. RGB value is (32,50,173). Sum of RGB (Red+Green+Blue) = 32+50+173=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #2032AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2032AD is #DFCD52. Grayscale: #3A3A3A. Windows color (decimal): -14667091 or 11350560. OLE color: 11350560.

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

Color convert

RGB 32 50 173 -
CMYK 0.82 0.71 0 0.32
HSL 232.34º 0.69% 0.4% -
HSV(B) 232.34º 0.82% 0.68% -
XYZ 9.28 5.61 40.13 -
YUV 58.64 192.54 109 -
System Red Green Blue C M Y K H S L
Decimal 32 50 173 0.82 0.71 0 0.32 232.34 0.69 0.4
Hex 20 32 AD 52 47 0 20 E8 45 28
Octal 40 62 255 122 107 0 40 350 105 50
Binary 100000 110010 10101101 1010010 1000111 0 100000 11101000 1000101 101000

Color Harmonies of #2032AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2032AD

Black with #2032AD

Text Example


Text Example

White with #2032AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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