Html Css Color HEX #202795 Egyptian Blue

📋 copy color: '#202795'

red 32 ◦ green 39 ◦ blue 149

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

Shades of Egyptian Blue #202795

Tints of Egyptian Blue #202795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.73%

 BLUE value IS 149 (58.59% from 255) = 67.73%

R = 14.55%
G = 17.73%
B = 67.73%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#202795 (or 0x202795) is known color: Egyptian Blue. HEX triplet: 20, 27 and 95. RGB value is (32,39,149). Sum of RGB (Red+Green+Blue) = 32+39+149=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #202795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202795 is #DFD86A. Grayscale: #313131. Windows color (decimal): -14669931 or 9774880. OLE color: 9774880.

HSL color Cylindrical-coordinate representation of color #202795: hue angle of 236.41º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202795 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 39 149 -
CMYK 0.79 0.74 0 0.42
HSL 236.41º 0.65% 0.35% -
HSV(B) 236.41º 0.79% 0.58% -
XYZ 6.75 3.93 28.84 -
YUV 49.45 184.18 115.56 -
System Red Green Blue C M Y K H S L
Decimal 32 39 149 0.79 0.74 0 0.42 236.41 0.65 0.35
Hex 20 27 95 4F 4A 0 2A EC 41 23
Octal 40 47 225 117 112 0 52 354 101 43
Binary 100000 100111 10010101 1001111 1001010 0 101010 11101100 1000001 100011

Color Harmonies of #202795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202795

Black with #202795

Text Example


Text Example

White with #202795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202795; }

 p { color: rgb(32,39,149); }

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

background-color css

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

 a { background-color: rgb(32,39,149); }

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

border-color css

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

 span { border-color: rgb(32,39,149); }

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