Html Css Color HEX #202FAA Egyptian Blue

📋 copy color: '#202FAA'

red 32 ◦ green 47 ◦ blue 170

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

Shades of Egyptian Blue #202FAA

Tints of Egyptian Blue #202FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.88%

 BLUE value IS 170 (66.8% from 255) = 68.27%

R = 12.85%
G = 18.88%
B = 68.27%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#202FAA (or 0x202FAA) is known color: Egyptian Blue. HEX triplet: 20, 2F and AA. RGB value is (32,47,170). Sum of RGB (Red+Green+Blue) = 32+47+170=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #202FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202FAA is #DFD055. Grayscale: #383838. Windows color (decimal): -14667862 or 11153184. OLE color: 11153184.

HSL color Cylindrical-coordinate representation of color #202FAA: hue angle of 233.48º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #202FAA is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 47 170 -
CMYK 0.81 0.72 0 0.33
HSL 233.48º 0.68% 0.4% -
HSV(B) 233.48º 0.81% 0.67% -
XYZ 8.87 5.24 38.57 -
YUV 56.54 192.03 110.5 -
System Red Green Blue C M Y K H S L
Decimal 32 47 170 0.81 0.72 0 0.33 233.48 0.68 0.4
Hex 20 2F AA 51 48 0 21 E9 44 28
Octal 40 57 252 121 110 0 41 351 104 50
Binary 100000 101111 10101010 1010001 1001000 0 100001 11101001 1000100 101000

Color Harmonies of #202FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202FAA

Black with #202FAA

Text Example


Text Example

White with #202FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,47,170); }

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

background-color css

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

 a { background-color: rgb(32,47,170); }

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

border-color css

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

 span { border-color: rgb(32,47,170); }

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