#2A3698

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

Shades of Egyptian Blue #2A3698

Tints of Egyptian Blue #2A3698

Color information

#2A3698 (or 0x2A3698) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 36 and 98. RGB value is (42,54,152). Sum of RGB (Red+Green+Blue) = 42+54+152=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #2A3698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3698 is #D5C967. Grayscale: #3D3D3D. Windows color (decimal): -14010728 or 9975338. OLE color: 9975338.

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

Color convert

RGB4254152-
CMYK0.720.6400.40
HSL233.45º56.7%38.04%-
HSV(B)233.45º72.37%59.61%-
XYZ7.945.430.33-
YUV61.58179.02114.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.94%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 152 (59.77% from 255) = 61.29%
R=16.94%
G=21.77%
B=61.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42541520.720.6400.40233.4556.738.04
Hex2A36984840028e93926
Octal52662301101000503517146
Binary1010101101101001100010010001000000010100011101001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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