#2A3197

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

Shades of Egyptian Blue #2A3197

Tints of Egyptian Blue #2A3197

Color information

#2A3197 (or 0x2A3197) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 31 and 97. RGB value is (42,49,151). Sum of RGB (Red+Green+Blue) = 42+49+151=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #2A3197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3197 is #D5CE68. Grayscale: #3A3A3A. Windows color (decimal): -14012009 or 9908522. OLE color: 9908522.

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

Color convert

RGB4249151-
CMYK0.720.6800.41
HSL236.15º56.48%37.84%-
HSV(B)236.15º72.19%59.22%-
XYZ7.644.9229.83-
YUV58.54180.18116.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.36%
GREEN value IS 49 (19.53% from 255) = 20.25%
BLUE value IS 151 (59.38% from 255) = 62.40%
R=17.36%
G=20.25%
B=62.40%

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
Decimal42491510.720.6800.41236.1556.4837.84
Hex2A31974844029ec3826
Octal52612271101040513547046
Binary1010101100011001011110010001000100010100111101100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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