Html Css Color HEX #2028AE Persian Blue

📋 copy color: '#2028AE'

red 32 ◦ green 40 ◦ blue 174

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

Shades of Persian Blue #2028AE

Tints of Persian Blue #2028AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 70.73%

R = 13.01%
G = 16.26%
B = 70.73%

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

#2028AE (or 0x2028AE) is known color: Persian Blue. HEX triplet: 20, 28 and AE. RGB value is (32,40,174). Sum of RGB (Red+Green+Blue) = 32+40+174=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #2028AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2028AE is #DFD751. Grayscale: #343434. Windows color (decimal): -14669650 or 11413536. OLE color: 11413536.

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

Color convert

RGB 32 40 174 -
CMYK 0.82 0.77 0 0.32
HSL 236.62º 0.69% 0.4% -
HSV(B) 236.62º 0.82% 0.68% -
XYZ 8.99 4.88 40.51 -
YUV 52.88 196.35 113.1 -
System Red Green Blue C M Y K H S L
Decimal 32 40 174 0.82 0.77 0 0.32 236.62 0.69 0.4
Hex 20 28 AE 52 4D 0 20 ED 45 28
Octal 40 50 256 122 115 0 40 355 105 50
Binary 100000 101000 10101110 1010010 1001101 0 100000 11101101 1000101 101000

Color Harmonies of #2028AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2028AE

Black with #2028AE

Text Example


Text Example

White with #2028AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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