#2E728A

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

Shades of Astral #2E728A

Tints of Astral #2E728A

Color information

#2E728A (or 0x2E728A) is unknown color: approx Astral. HEX triplet: 2E, 72 and 8A. RGB value is (46,114,138). Sum of RGB (Red+Green+Blue) = 46+114+138=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E728A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E728A is #D18D75. Grayscale: #606060. Windows color (decimal): -13733238 or 9073198. OLE color: 9073198.

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

Color convert

RGB46114138-
CMYK0.670.1700.46
HSL195.65º50%36.08%-
HSV(B)195.65º66.67%54.12%-
XYZ11.7314.4526.22-
YUV96.4151.4792.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.44%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 138 (54.30% from 255) = 46.31%
R=15.44%
G=38.26%
B=46.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461141380.670.1700.46195.655036.08
Hex2E728A431102Ec43224
Octal56162212103210563046244
Binary101110111001010001010100001110001010111011000100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,114,138); }

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

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

 a { background-color: rgb(46,114,138); }

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

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

 span { border-color: rgb(46,114,138); }

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