#2E728C

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

Shades of Astral #2E728C

Tints of Astral #2E728C

Color information

#2E728C (or 0x2E728C) is unknown color: approx Astral. HEX triplet: 2E, 72 and 8C. RGB value is (46,114,140). Sum of RGB (Red+Green+Blue) = 46+114+140=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E728C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E728C is #D18D73. Grayscale: #606060. Windows color (decimal): -13733236 or 9204270. OLE color: 9204270.

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

Color convert

RGB46114140-
CMYK0.670.1900.45
HSL196.6º50.54%36.47%-
HSV(B)196.6º67.14%54.9%-
XYZ11.8814.5126.99-
YUV96.63152.4791.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.33%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 140 (55.08% from 255) = 46.67%
R=15.33%
G=38%
B=46.67%

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
Decimal461141400.670.1900.45196.650.5436.47
Hex2E728C431302Dc53324
Octal56162214103230553056344
Binary101110111001010001100100001110011010110111000101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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