#2E698A

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

Shades of Astral #2E698A

Tints of Astral #2E698A

Color information

#2E698A (or 0x2E698A) is unknown color: approx Astral. HEX triplet: 2E, 69 and 8A. RGB value is (46,105,138). Sum of RGB (Red+Green+Blue) = 46+105+138=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E698A is #D19675. Grayscale: #5A5A5A. Windows color (decimal): -13735542 or 9070894. OLE color: 9070894.

HSL color Cylindrical-coordinate representation of color #2E698A: hue angle of 201.52º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E698A is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB46105138-
CMYK0.670.2400.46
HSL201.52º50%36.08%-
HSV(B)201.52º66.67%54.12%-
XYZ10.7712.5225.89-
YUV91.12154.4595.82-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.92%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=15.92%
G=36.33%
B=47.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461051380.670.2400.46201.525036.08
Hex2E698A431802Eca3224
Octal56151212103300563126244
Binary101110110100110001010100001111000010111011001010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,105,138); }

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

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

 a { background-color: rgb(46,105,138); }

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

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

 span { border-color: rgb(46,105,138); }

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