#2E7186

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

Shades of Astral #2E7186

Tints of Astral #2E7186

Color information

#2E7186 (or 0x2E7186) is unknown color: approx Astral. HEX triplet: 2E, 71 and 86. RGB value is (46,113,134). Sum of RGB (Red+Green+Blue) = 46+113+134=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #2E7186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7186 is #D18E79. Grayscale: #5F5F5F. Windows color (decimal): -13733498 or 8810798. OLE color: 8810798.

HSL color Cylindrical-coordinate representation of color #2E7186: hue angle of 194.32º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E7186 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB46113134-
CMYK0.660.1600.47
HSL194.32º48.89%35.29%-
HSV(B)194.32º65.67%52.55%-
XYZ11.3314.1124.68-
YUV95.36149.892.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.70%
GREEN value IS 113 (44.53% from 255) = 38.57%
BLUE value IS 134 (52.73% from 255) = 45.73%
R=15.70%
G=38.57%
B=45.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal461131340.660.1600.47194.3248.8935.29
Hex2E7186421002Fc23123
Octal56161206102200573026143
Binary101110111000110000110100001010000010111111000010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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