#2E7696

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

Shades of Astral #2E7696

Tints of Astral #2E7696

Color information

#2E7696 (or 0x2E7696) is unknown color: approx Astral. HEX triplet: 2E, 76 and 96. RGB value is (46,118,150). Sum of RGB (Red+Green+Blue) = 46+118+150=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E7696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7696 is #D18969. Grayscale: #636363. Windows color (decimal): -13732202 or 9860654. OLE color: 9860654.

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

Color convert

RGB46118150-
CMYK0.690.2100.41
HSL198.46º53.06%38.43%-
HSV(B)198.46º69.33%58.82%-
XYZ13.1115.7431.2-
YUV100.12156.1589.4-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.65%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 150 (58.98% from 255) = 47.77%
R=14.65%
G=37.58%
B=47.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal461181500.690.2100.41198.4653.0638.43
Hex2E76964515029c63526
Octal56166226105250513066546
Binary101110111011010010110100010110101010100111000110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,118,150); }

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

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

 a { background-color: rgb(46,118,150); }

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

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

 span { border-color: rgb(46,118,150); }

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