#2A2E98

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

Shades of Egyptian Blue #2A2E98

Tints of Egyptian Blue #2A2E98

Color information

#2A2E98 (or 0x2A2E98) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 2E and 98. RGB value is (42,46,152). Sum of RGB (Red+Green+Blue) = 42+46+152=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #2A2E98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2E98 is #D5D167. Grayscale: #383838. Windows color (decimal): -14012776 or 9973290. OLE color: 9973290.

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

Color convert

RGB4246152-
CMYK0.720.7000.40
HSL237.82º56.7%38.04%-
HSV(B)237.82º72.37%59.61%-
XYZ7.64.7130.21-
YUV56.89181.67117.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.5%
GREEN value IS 46 (18.36% from 255) = 19.17%
BLUE value IS 152 (59.77% from 255) = 63.33%
R=17.5%
G=19.17%
B=63.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42461520.720.7000.40237.8256.738.04
Hex2A2E984846028ee3926
Octal52562301101060503567146
Binary1010101011101001100010010001000110010100011101110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,46,152); }

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

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

 a { background-color: rgb(42,46,152); }

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

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

 span { border-color: rgb(42,46,152); }

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