Html Css Color HEX #202998 Egyptian Blue

📋 copy color: '#202998'

red 32 ◦ green 41 ◦ blue 152

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

Shades of Egyptian Blue #202998

Tints of Egyptian Blue #202998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.22%

 BLUE value IS 152 (59.77% from 255) = 67.56%

R = 14.22%
G = 18.22%
B = 67.56%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#202998 (or 0x202998) is known color: Egyptian Blue. HEX triplet: 20, 29 and 98. RGB value is (32,41,152). Sum of RGB (Red+Green+Blue) = 32+41+152=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #202998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202998 is #DFD667. Grayscale: #323232. Windows color (decimal): -14669416 or 9972000. OLE color: 9972000.

HSL color Cylindrical-coordinate representation of color #202998: hue angle of 235.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202998 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 41 152 -
CMYK 0.79 0.73 0 0.40
HSL 235.5º 0.65% 0.36% -
HSV(B) 235.5º 0.79% 0.6% -
XYZ 7.06 4.16 30.14 -
YUV 50.96 185.02 114.47 -
System Red Green Blue C M Y K H S L
Decimal 32 41 152 0.79 0.73 0 0.40 235.5 0.65 0.36
Hex 20 29 98 4F 49 0 28 EC 41 24
Octal 40 51 230 117 111 0 50 354 101 44
Binary 100000 101001 10011000 1001111 1001001 0 101000 11101100 1000001 100100

Color Harmonies of #202998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202998

Black with #202998

Text Example


Text Example

White with #202998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202998; }

 p { color: rgb(32,41,152); }

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

background-color css

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

 a { background-color: rgb(32,41,152); }

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

border-color css

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

 span { border-color: rgb(32,41,152); }

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