#2A3097

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

Shades of Egyptian Blue #2A3097

Tints of Egyptian Blue #2A3097

Color information

#2A3097 (or 0x2A3097) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 30 and 97. RGB value is (42,48,151). Sum of RGB (Red+Green+Blue) = 42+48+151=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #2A3097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3097 is #D5CF68. Grayscale: #393939. Windows color (decimal): -14012265 or 9908266. OLE color: 9908266.

HSL color Cylindrical-coordinate representation of color #2A3097: hue angle of 236.7º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A3097 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4248151-
CMYK0.720.6800.41
HSL236.7º56.48%37.84%-
HSV(B)236.7º72.19%59.22%-
XYZ7.64.8429.81-
YUV57.95180.51116.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.43%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 151 (59.38% from 255) = 62.66%
R=17.43%
G=19.92%
B=62.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42481510.720.6800.41236.756.4837.84
Hex2A30974844029ed3826
Octal52602271101040513557046
Binary1010101100001001011110010001000100010100111101101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,48,151); }

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

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

 a { background-color: rgb(42,48,151); }

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

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

 span { border-color: rgb(42,48,151); }

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