#2E7895

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

Shades of Astral #2E7895

Tints of Astral #2E7895

Color information

#2E7895 (or 0x2E7895) is unknown color: approx Astral. HEX triplet: 2E, 78 and 95. RGB value is (46,120,149). Sum of RGB (Red+Green+Blue) = 46+120+149=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E7895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7895 is #D1876A. Grayscale: #646464. Windows color (decimal): -13731691 or 9795630. OLE color: 9795630.

HSL color Cylindrical-coordinate representation of color #2E7895: hue angle of 196.89º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E7895 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB46120149-
CMYK0.690.1900.42
HSL196.89º52.82%38.24%-
HSV(B)196.89º69.13%58.43%-
XYZ13.2716.1830.86-
YUV101.18154.9888.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.60%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=14.60%
G=38.10%
B=47.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461201490.690.1900.42196.8952.8238.24
Hex2E7895451302Ac53526
Octal56170225105230523056546
Binary101110111100010010101100010110011010101011000101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,120,149); }

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

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

 a { background-color: rgb(46,120,149); }

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

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

 span { border-color: rgb(46,120,149); }

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