#202698

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

Shades of Egyptian Blue #202698

Tints of Egyptian Blue #202698

Color information

#202698 (or 0x202698) is unknown color: approx Egyptian Blue. HEX triplet: 20, 26 and 98. RGB value is (32,38,152). Sum of RGB (Red+Green+Blue) = 32+38+152=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 152 (59.77% from 255 or 68.47% from 222); Max value from RGB is 152 - color contains mainly: blue. Hex color #202698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202698 is #DFD967. Grayscale: #303030. Windows color (decimal): -14670184 or 9971232. OLE color: 9971232.

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

Color convert

RGB3238152-
CMYK0.790.7500.40
HSL237º65.22%36.08%-
HSV(B)237º78.95%59.61%-
XYZ6.963.9630.1-
YUV49.2186.01115.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.41%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 152 (59.77% from 255) = 68.47%
R=14.41%
G=17.12%
B=68.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal32381520.790.7500.4023765.2236.08
Hex2026984F4B028ed4124
Octal404623011711305035510144
Binary10000010011010011000100111110010110101000111011011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202698; }

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

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

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

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

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

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

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

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