Html Css Color HEX #202EAE Persian Blue

📋 copy color: '#202EAE'

red 32 ◦ green 46 ◦ blue 174

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

Shades of Persian Blue #202EAE

Tints of Persian Blue #202EAE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.25%

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

R = 12.7%
G = 18.25%
B = 69.05%

CMYK

 C value IS 0.82

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#202EAE (or 0x202EAE) is known color: Persian Blue. HEX triplet: 20, 2E and AE. RGB value is (32,46,174). Sum of RGB (Red+Green+Blue) = 32+46+174=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 174 (68.36% from 255 or 69.05% from 252); Max value from RGB is 174 - color contains mainly: blue. Hex color #202EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202EAE is #DFD151. Grayscale: #373737. Windows color (decimal): -14668114 or 11415072. OLE color: 11415072.

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

Color convert

RGB 32 46 174 -
CMYK 0.82 0.74 0 0.32
HSL 234.08º 0.69% 0.4% -
HSV(B) 234.08º 0.82% 0.68% -
XYZ 9.21 5.32 40.59 -
YUV 56.41 194.36 110.59 -
System Red Green Blue C M Y K H S L
Decimal 32 46 174 0.82 0.74 0 0.32 234.08 0.69 0.4
Hex 20 2E AE 52 4A 0 20 EA 45 28
Octal 40 56 256 122 112 0 40 352 105 50
Binary 100000 101110 10101110 1010010 1001010 0 100000 11101010 1000101 101000

Color Harmonies of #202EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202EAE

Black with #202EAE

Text Example


Text Example

White with #202EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202EAE; }

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

 H1.HeaderClassName
 {
   color: #202EAE;
 }
 .AnyTagClassName
 {
   color: #202EAE;
 }
</style>

background-color css

<style>
 a { background-color: #202EAE; }

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

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

border-color css

<style>
 span { border-color: #202EAE; }

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

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