#203790

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

Shades of Egyptian Blue #203790

Tints of Egyptian Blue #203790

Color information

#203790 (or 0x203790) is unknown color: approx Egyptian Blue. HEX triplet: 20, 37 and 90. RGB value is (32,55,144). Sum of RGB (Red+Green+Blue) = 32+55+144=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #203790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203790 is #DFC86F. Grayscale: #393939. Windows color (decimal): -14665840 or 9451296. OLE color: 9451296.

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

Color convert

RGB3255144-
CMYK0.780.6200.44
HSL227.68º63.64%34.51%-
HSV(B)227.68º77.78%56.47%-
XYZ75.0526.99-
YUV58.27176.38109.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.85%
GREEN value IS 55 (21.88% from 255) = 23.81%
BLUE value IS 144 (56.64% from 255) = 62.34%
R=13.85%
G=23.81%
B=62.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32551440.780.6200.44227.6863.6434.51
Hex2037904E3E02Ce44023
Octal40672201167605434410043
Binary1000001101111001000010011101111100101100111001001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203790; }

 p { color: rgb(32,55,144); }

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

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

 a { background-color: rgb(32,55,144); }

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

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

 span { border-color: rgb(32,55,144); }

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