#2E798B

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

Shades of Astral #2E798B

Tints of Astral #2E798B

Color information

#2E798B (or 0x2E798B) is unknown color: approx Astral. HEX triplet: 2E, 79 and 8B. RGB value is (46,121,139). Sum of RGB (Red+Green+Blue) = 46+121+139=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E798B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E798B is #D18674. Grayscale: #646464. Windows color (decimal): -13731445 or 9140526. OLE color: 9140526.

HSL color Cylindrical-coordinate representation of color #2E798B: hue angle of 191.61º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E798B is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB46121139-
CMYK0.670.1300.45
HSL191.61º50.27%36.27%-
HSV(B)191.61º66.91%54.51%-
XYZ12.6216.1226.87-
YUV100.63149.6589.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.03%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=15.03%
G=39.54%
B=45.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461211390.670.1300.45191.6150.2736.27
Hex2E798B43D02Dc03224
Octal56171213103150553006244
Binary10111011110011000101110000111101010110111000000110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,121,139); }

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

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

 a { background-color: rgb(46,121,139); }

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

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

 span { border-color: rgb(46,121,139); }

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