#203690

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

Shades of Egyptian Blue #203690

Tints of Egyptian Blue #203690

Color information

#203690 (or 0x203690) is unknown color: approx Egyptian Blue. HEX triplet: 20, 36 and 90. RGB value is (32,54,144). Sum of RGB (Red+Green+Blue) = 32+54+144=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #203690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203690 is #DFC96F. Grayscale: #393939. Windows color (decimal): -14666096 or 9451040. OLE color: 9451040.

HSL color Cylindrical-coordinate representation of color #203690: hue angle of 228.21º 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 #203690 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3254144-
CMYK0.780.6300.44
HSL228.21º63.64%34.51%-
HSV(B)228.21º77.78%56.47%-
XYZ6.954.9626.98-
YUV57.68176.71109.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.91%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 144 (56.64% from 255) = 62.61%
R=13.91%
G=23.48%
B=62.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32541440.780.6300.44228.2163.6434.51
Hex2036904E3F02Ce44023
Octal40662201167705434410043
Binary1000001101101001000010011101111110101100111001001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203690; }

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

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

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

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

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

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

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

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