#2A2D98

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

Shades of Egyptian Blue #2A2D98

Tints of Egyptian Blue #2A2D98

Color information

#2A2D98 (or 0x2A2D98) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 2D and 98. RGB value is (42,45,152). Sum of RGB (Red+Green+Blue) = 42+45+152=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #2A2D98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2D98 is #D5D267. Grayscale: #373737. Windows color (decimal): -14013032 or 9973034. OLE color: 9973034.

HSL color Cylindrical-coordinate representation of color #2A2D98: hue angle of 238.36º 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 #2A2D98 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4245152-
CMYK0.720.7000.40
HSL238.36º56.7%38.04%-
HSV(B)238.36º72.37%59.61%-
XYZ7.564.6430.2-
YUV56.3182.01117.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.57%
GREEN value IS 45 (17.97% from 255) = 18.83%
BLUE value IS 152 (59.77% from 255) = 63.60%
R=17.57%
G=18.83%
B=63.60%

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
Decimal42451520.720.7000.40238.3656.738.04
Hex2A2D984846028ee3926
Octal52552301101060503567146
Binary1010101011011001100010010001000110010100011101110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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