#2E7894

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

Shades of Astral #2E7894

Tints of Astral #2E7894

Color information

#2E7894 (or 0x2E7894) is unknown color: approx Astral. HEX triplet: 2E, 78 and 94. RGB value is (46,120,148). Sum of RGB (Red+Green+Blue) = 46+120+148=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E7894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7894 is #D1876B. Grayscale: #646464. Windows color (decimal): -13731692 or 9730094. OLE color: 9730094.

HSL color Cylindrical-coordinate representation of color #2E7894: hue angle of 196.47º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E7894 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB46120148-
CMYK0.690.1900.42
HSL196.47º52.58%38.04%-
HSV(B)196.47º68.92%58.04%-
XYZ13.1916.1530.44-
YUV101.07154.4888.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.65%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 148 (58.20% from 255) = 47.13%
R=14.65%
G=38.22%
B=47.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461201480.690.1900.42196.4752.5838.04
Hex2E7894451302Ac43526
Octal56170224105230523046546
Binary101110111100010010100100010110011010101011000100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,120,148); }

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

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

 a { background-color: rgb(46,120,148); }

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

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

 span { border-color: rgb(46,120,148); }

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