#2042A3

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

Shades of Egyptian Blue #2042A3

Tints of Egyptian Blue #2042A3

Color information

#2042A3 (or 0x2042A3) is unknown color: approx Egyptian Blue. HEX triplet: 20, 42 and A3. RGB value is (32,66,163). Sum of RGB (Red+Green+Blue) = 32+66+163=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 163 (64.06% from 255 or 62.45% from 261); Max value from RGB is 163 - color contains mainly: blue. Hex color #2042A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2042A3 is #DFBD5C. Grayscale: #424242. Windows color (decimal): -14663005 or 10699296. OLE color: 10699296.

HSL color Cylindrical-coordinate representation of color #2042A3: hue angle of 224.43º 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 #2042A3 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3266163-
CMYK0.800.6000.36
HSL224.43º67.18%38.24%-
HSV(B)224.43º80.37%63.92%-
XYZ9.156.8535.49-
YUV66.89182.24103.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.26%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 163 (64.06% from 255) = 62.45%
R=12.26%
G=25.29%
B=62.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32661630.800.6000.36224.4367.1838.24
Hex2042A3503C024e04326
Octal401022431207404434010346
Binary10000010000101010001110100001111000100100111000001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2042A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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