#2A3597

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

Shades of Egyptian Blue #2A3597

Tints of Egyptian Blue #2A3597

Color information

#2A3597 (or 0x2A3597) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 35 and 97. RGB value is (42,53,151). Sum of RGB (Red+Green+Blue) = 42+53+151=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 151 (59.38% from 255 or 61.38% from 246); Max value from RGB is 151 - color contains mainly: blue. Hex color #2A3597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3597 is #D5CA68. Grayscale: #3C3C3C. Windows color (decimal): -14010985 or 9909546. OLE color: 9909546.

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

Color convert

RGB4253151-
CMYK0.720.6500.41
HSL233.94º56.48%37.84%-
HSV(B)233.94º72.19%59.22%-
XYZ7.815.2729.88-
YUV60.88178.86114.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.07%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 151 (59.38% from 255) = 61.38%
R=17.07%
G=21.54%
B=61.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42531510.720.6500.41233.9456.4837.84
Hex2A35974841029ea3826
Octal52652271101010513527046
Binary1010101101011001011110010001000001010100111101010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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