Html Css Color HEX #202498 Egyptian Blue

📋 copy color: '#202498'

red 32 ◦ green 36 ◦ blue 152

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

Shades of Egyptian Blue #202498

Tints of Egyptian Blue #202498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

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

R = 14.55%
G = 16.36%
B = 69.09%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#202498 (or 0x202498) is known color: Egyptian Blue. HEX triplet: 20, 24 and 98. RGB value is (32,36,152). Sum of RGB (Red+Green+Blue) = 32+36+152=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #202498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202498 is #DFDB67. Grayscale: #2F2F2F. Windows color (decimal): -14670696 or 9970720. OLE color: 9970720.

HSL color Cylindrical-coordinate representation of color #202498: hue angle of 238º 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 #202498 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 36 152 -
CMYK 0.79 0.76 0 0.40
HSL 238º 0.65% 0.36% -
HSV(B) 238º 0.79% 0.6% -
XYZ 6.89 3.84 30.08 -
YUV 48.03 186.67 116.57 -
System Red Green Blue C M Y K H S L
Decimal 32 36 152 0.79 0.76 0 0.40 238 0.65 0.36
Hex 20 24 98 4F 4C 0 28 EE 41 24
Octal 40 44 230 117 114 0 50 356 101 44
Binary 100000 100100 10011000 1001111 1001100 0 101000 11101110 1000001 100100

Color Harmonies of #202498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202498

Black with #202498

Text Example


Text Example

White with #202498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202498; }

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

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

background-color css

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

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

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

border-color css

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

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

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