#203895

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

Shades of Egyptian Blue #203895

Tints of Egyptian Blue #203895

Color information

#203895 (or 0x203895) is unknown color: approx Egyptian Blue. HEX triplet: 20, 38 and 95. RGB value is (32,56,149). Sum of RGB (Red+Green+Blue) = 32+56+149=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #203895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203895 is #DFC76A. Grayscale: #3B3B3B. Windows color (decimal): -14665579 or 9779232. OLE color: 9779232.

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

Color convert

RGB3256149-
CMYK0.790.6200.42
HSL227.69º64.64%35.49%-
HSV(B)227.69º78.52%58.43%-
XYZ7.435.3129.07-
YUV59.43178.55108.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.50%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 149 (58.59% from 255) = 62.87%
R=13.50%
G=23.63%
B=62.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32561490.790.6200.42227.6964.6435.49
Hex2038954F3E02Ae44123
Octal40702251177605234410143
Binary1000001110001001010110011111111100101010111001001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203895; }

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

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

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

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

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

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

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

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