#2036A3

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

Shades of Egyptian Blue #2036A3

Tints of Egyptian Blue #2036A3

Color information

#2036A3 (or 0x2036A3) is unknown color: approx Egyptian Blue. HEX triplet: 20, 36 and A3. RGB value is (32,54,163). Sum of RGB (Red+Green+Blue) = 32+54+163=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 163 (64.06% from 255 or 65.46% from 249); Max value from RGB is 163 - color contains mainly: blue. Hex color #2036A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2036A3 is #DFC95C. Grayscale: #3B3B3B. Windows color (decimal): -14666077 or 10696224. OLE color: 10696224.

HSL color Cylindrical-coordinate representation of color #2036A3: hue angle of 229.92º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2036A3 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3254163-
CMYK0.800.6700.36
HSL229.92º67.18%38.24%-
HSV(B)229.92º80.37%63.92%-
XYZ8.535.5935.28-
YUV59.85186.21108.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 163 (64.06% from 255) = 65.46%
R=12.85%
G=21.69%
B=65.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32541630.800.6700.36229.9267.1838.24
Hex2036A35043024e64326
Octal406624312010304434610346
Binary10000011011010100011101000010000110100100111001101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2036A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2036A3; }

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

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

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

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

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

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

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

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