#2e6882

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

Shades of Astral #2E6882

Tints of Astral #2E6882

Color information

#2E6882 (or 0x2E6882) is unknown color: approx Astral. HEX triplet: 2E, 68 and 82. RGB value is (46,104,130). Sum of RGB (Red+Green+Blue) = 46+104+130=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E6882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6882 is #D1977D. Grayscale: #595959. Windows color (decimal): -13735806 or 8546350. OLE color: 8546350.

HSL color Cylindrical-coordinate representation of color #2E6882: hue angle of 198.57º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E6882 is Cyan = 0.65, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB46104130-
CMYK0.650.200.49
HSL198.57º47.73%34.51%-
HSV(B)198.57º64.62%50.98%-
XYZ10.1112.0922.92-
YUV89.62150.7896.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.43%
GREEN value IS 104 (41.02% from 255) = 37.14%
BLUE value IS 130 (51.17% from 255) = 46.43%
R=16.43%
G=37.14%
B=46.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal461041300.650.200.49198.5747.7334.51
Hex2E68824114031c73023
Octal56150202101240613076043
Binary101110110100010000010100000110100011000111000111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e6882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,104,130); }

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

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

 a { background-color: rgb(46,104,130); }

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

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

 span { border-color: rgb(46,104,130); }

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