#203893

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

Shades of Egyptian Blue #203893

Tints of Egyptian Blue #203893

Color information

#203893 (or 0x203893) is unknown color: approx Egyptian Blue. HEX triplet: 20, 38 and 93. RGB value is (32,56,147). Sum of RGB (Red+Green+Blue) = 32+56+147=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #203893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203893 is #DFC76C. Grayscale: #3A3A3A. Windows color (decimal): -14665581 or 9648160. OLE color: 9648160.

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

Color convert

RGB3256147-
CMYK0.780.6200.42
HSL227.48º64.25%35.1%-
HSV(B)227.48º78.23%57.65%-
XYZ7.285.2428.23-
YUV59.2177.55108.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 147 (57.81% from 255) = 62.55%
R=13.62%
G=23.83%
B=62.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32561470.780.6200.42227.4864.2535.1
Hex2038934E3E02Ae34023
Octal40702231167605234310043
Binary1000001110001001001110011101111100101010111000111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203893; }

 p { color: rgb(32,56,147); }

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

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

 a { background-color: rgb(32,56,147); }

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

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

 span { border-color: rgb(32,56,147); }

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