#2E7B94

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

Shades of Astral #2E7B94

Tints of Astral #2E7B94

Color information

#2E7B94 (or 0x2E7B94) is unknown color: approx Astral. HEX triplet: 2E, 7B and 94. RGB value is (46,123,148). Sum of RGB (Red+Green+Blue) = 46+123+148=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E7B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7B94 is #D1846B. Grayscale: #666666. Windows color (decimal): -13730924 or 9730862. OLE color: 9730862.

HSL color Cylindrical-coordinate representation of color #2E7B94: hue angle of 194.71º 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 #2E7B94 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB46123148-
CMYK0.690.1700.42
HSL194.71º52.58%38.04%-
HSV(B)194.71º68.92%58.04%-
XYZ13.5516.8830.56-
YUV102.83153.4987.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.51%
GREEN value IS 123 (48.44% from 255) = 38.80%
BLUE value IS 148 (58.20% from 255) = 46.69%
R=14.51%
G=38.80%
B=46.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461231480.690.1700.42194.7152.5838.04
Hex2E7B94451102Ac33526
Octal56173224105210523036546
Binary101110111101110010100100010110001010101011000011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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