#2a359a

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

Shades of Egyptian Blue #2A359A

Tints of Egyptian Blue #2A359A

Color information

#2A359A (or 0x2A359A) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 35 and 9A. RGB value is (42,53,154). Sum of RGB (Red+Green+Blue) = 42+53+154=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A359A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A359A is #D5CA65. Grayscale: #3C3C3C. Windows color (decimal): -14010982 or 10106154. OLE color: 10106154.

HSL color Cylindrical-coordinate representation of color #2A359A: hue angle of 234.11º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A359A is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4253154-
CMYK0.730.6600.40
HSL234.11º57.14%38.43%-
HSV(B)234.11º72.73%60.39%-
XYZ8.065.3731.18-
YUV61.22180.36114.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.87%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 154 (60.55% from 255) = 61.85%
R=16.87%
G=21.29%
B=61.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42531540.730.6600.40234.1157.1438.43
Hex2A359A4942028ea3926
Octal52652321111020503527146
Binary1010101101011001101010010011000010010100011101010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a359a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2a359a; }

 p { color: rgb(42,53,154); }

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

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

 a { background-color: rgb(42,53,154); }

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

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

 span { border-color: rgb(42,53,154); }

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