#2E718B

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

Shades of Astral #2E718B

Tints of Astral #2E718B

Color information

#2E718B (or 0x2E718B) is unknown color: approx Astral. HEX triplet: 2E, 71 and 8B. RGB value is (46,113,139). Sum of RGB (Red+Green+Blue) = 46+113+139=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E718B is #D18E74. Grayscale: #5F5F5F. Windows color (decimal): -13733493 or 9138478. OLE color: 9138478.

HSL color Cylindrical-coordinate representation of color #2E718B: hue angle of 196.77º 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 #2E718B is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB46113139-
CMYK0.670.1900.45
HSL196.77º50.27%36.27%-
HSV(B)196.77º66.91%54.51%-
XYZ11.6914.2626.56-
YUV95.93152.392.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.44%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=15.44%
G=37.92%
B=46.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461131390.670.1900.45196.7750.2736.27
Hex2E718B431302Dc53224
Octal56161213103230553056244
Binary101110111000110001011100001110011010110111000101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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