Html Css Color HEX #2028AD Persian Blue

📋 copy color: '#2028AD'

red 32 ◦ green 40 ◦ blue 173

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

Shades of Persian Blue #2028AD

Tints of Persian Blue #2028AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.33%

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

R = 13.06%
G = 16.33%
B = 70.61%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2028AD (or 0x2028AD) is known color: Persian Blue. HEX triplet: 20, 28 and AD. RGB value is (32,40,173). Sum of RGB (Red+Green+Blue) = 32+40+173=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #2028AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2028AD is #DFD752. Grayscale: #343434. Windows color (decimal): -14669651 or 11348000. OLE color: 11348000.

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

Color convert

RGB 32 40 173 -
CMYK 0.82 0.77 0 0.32
HSL 236.6º 0.69% 0.4% -
HSV(B) 236.6º 0.82% 0.68% -
XYZ 8.9 4.84 40 -
YUV 52.77 195.85 113.19 -
System Red Green Blue C M Y K H S L
Decimal 32 40 173 0.82 0.77 0 0.32 236.6 0.69 0.4
Hex 20 28 AD 52 4D 0 20 ED 45 28
Octal 40 50 255 122 115 0 40 355 105 50
Binary 100000 101000 10101101 1010010 1001101 0 100000 11101101 1000101 101000

Color Harmonies of #2028AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2028AD

Black with #2028AD

Text Example


Text Example

White with #2028AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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