#2E7796

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

Shades of Astral #2E7796

Tints of Astral #2E7796

Color information

#2E7796 (or 0x2E7796) is unknown color: approx Astral. HEX triplet: 2E, 77 and 96. RGB value is (46,119,150). Sum of RGB (Red+Green+Blue) = 46+119+150=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E7796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7796 is #D18869. Grayscale: #646464. Windows color (decimal): -13731946 or 9860910. OLE color: 9860910.

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

Color convert

RGB46119150-
CMYK0.690.2100.41
HSL197.88º53.06%38.43%-
HSV(B)197.88º69.33%58.82%-
XYZ13.2315.9831.24-
YUV100.71155.8288.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.60%
GREEN value IS 119 (46.88% from 255) = 37.78%
BLUE value IS 150 (58.98% from 255) = 47.62%
R=14.60%
G=37.78%
B=47.62%

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
Decimal461191500.690.2100.41197.8853.0638.43
Hex2E77964515029c63526
Octal56167226105250513066546
Binary101110111011110010110100010110101010100111000110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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