#2E708B

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

Shades of Astral #2E708B

Tints of Astral #2E708B

Color information

#2E708B (or 0x2E708B) is unknown color: approx Astral. HEX triplet: 2E, 70 and 8B. RGB value is (46,112,139). Sum of RGB (Red+Green+Blue) = 46+112+139=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E708B is #D18F74. Grayscale: #5F5F5F. Windows color (decimal): -13733749 or 9138222. OLE color: 9138222.

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

Color convert

RGB46112139-
CMYK0.670.1900.45
HSL197.42º50.27%36.27%-
HSV(B)197.42º66.91%54.51%-
XYZ11.5814.0326.52-
YUV95.34152.6392.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.49%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 139 (54.69% from 255) = 46.80%
R=15.49%
G=37.71%
B=46.80%

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
Decimal461121390.670.1900.45197.4250.2736.27
Hex2E708B431302Dc53224
Octal56160213103230553056244
Binary101110111000010001011100001110011010110111000101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,112,139); }

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

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

 a { background-color: rgb(46,112,139); }

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

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

 span { border-color: rgb(46,112,139); }

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