#2E738D

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

Shades of Astral #2E738D

Tints of Astral #2E738D

Color information

#2E738D (or 0x2E738D) is unknown color: approx Astral. HEX triplet: 2E, 73 and 8D. RGB value is (46,115,141). Sum of RGB (Red+Green+Blue) = 46+115+141=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E738D is #D18C72. Grayscale: #616161. Windows color (decimal): -13732979 or 9270062. OLE color: 9270062.

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

Color convert

RGB46115141-
CMYK0.670.1800.45
HSL196.42º50.8%36.67%-
HSV(B)196.42º67.38%55.29%-
XYZ12.0714.7727.41-
YUV97.33152.6491.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.23%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 141 (55.47% from 255) = 46.69%
R=15.23%
G=38.08%
B=46.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461151410.670.1800.45196.4250.836.67
Hex2E738D431202Dc43325
Octal56163215103220553046345
Binary101110111001110001101100001110010010110111000100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,115,141); }

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

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

 a { background-color: rgb(46,115,141); }

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

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

 span { border-color: rgb(46,115,141); }

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