#2E6F8A

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

Shades of Astral #2E6F8A

Tints of Astral #2E6F8A

Color information

#2E6F8A (or 0x2E6F8A) is unknown color: approx Astral. HEX triplet: 2E, 6F and 8A. RGB value is (46,111,138). Sum of RGB (Red+Green+Blue) = 46+111+138=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E6F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6F8A is #D19075. Grayscale: #5E5E5E. Windows color (decimal): -13734006 or 9072430. OLE color: 9072430.

HSL color Cylindrical-coordinate representation of color #2E6F8A: hue angle of 197.61º 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 #2E6F8A is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB46111138-
CMYK0.670.2000.46
HSL197.61º50%36.08%-
HSV(B)197.61º66.67%54.12%-
XYZ11.413.7826.1-
YUV94.64152.4793.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.59%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 138 (54.30% from 255) = 46.78%
R=15.59%
G=37.63%
B=46.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461111380.670.2000.46197.615036.08
Hex2E6F8A431402Ec63224
Octal56157212103240563066244
Binary101110110111110001010100001110100010111011000110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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