#202992

Color #202992 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #202992

Tints of Egyptian Blue #202992

Color information

#202992 (or 0x202992) is unknown color: approx Egyptian Blue. HEX triplet: 20, 29 and 92. RGB value is (32,41,146). Sum of RGB (Red+Green+Blue) = 32+41+146=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #202992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202992 is #DFD66D. Grayscale: #313131. Windows color (decimal): -14669422 or 9578784. OLE color: 9578784.

HSL color Cylindrical-coordinate representation of color #202992: hue angle of 235.26º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #202992 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3241146-
CMYK0.780.7200.43
HSL235.26º64.04%34.9%-
HSV(B)235.26º78.08%57.25%-
XYZ6.583.9727.61-
YUV50.28182.02114.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.61%
GREEN value IS 41 (16.41% from 255) = 18.72%
BLUE value IS 146 (57.42% from 255) = 66.67%
R=14.61%
G=18.72%
B=66.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal32411460.780.7200.43235.2664.0434.9
Hex2029924E4802Beb4023
Octal405122211611005335310043
Binary10000010100110010010100111010010000101011111010111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202992; }

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

 H1.HeaderClassName
 {
   color: #202992;
 }
 .AnyTagClassName
 {
   color: #202992;
 }
</style>
background-color css

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

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

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

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

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

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