#2E6790

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

Shades of Astral #2E6790

Tints of Astral #2E6790

Color information

#2E6790 (or 0x2E6790) is unknown color: approx Astral. HEX triplet: 2E, 67 and 90. RGB value is (46,103,144). Sum of RGB (Red+Green+Blue) = 46+103+144=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E6790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6790 is #D1986F. Grayscale: #5A5A5A. Windows color (decimal): -13736048 or 9463598. OLE color: 9463598.

HSL color Cylindrical-coordinate representation of color #2E6790: hue angle of 205.1º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E6790 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB46103144-
CMYK0.680.2800.44
HSL205.1º51.58%37.25%-
HSV(B)205.1º68.06%56.47%-
XYZ11.0112.2928.18-
YUV90.63158.1296.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.70%
GREEN value IS 103 (40.62% from 255) = 35.15%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=15.70%
G=35.15%
B=49.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal461031440.680.2800.44205.151.5837.25
Hex2E6790441C02Ccd3425
Octal56147220104340543156445
Binary101110110011110010000100010011100010110011001101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,103,144); }

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

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

 a { background-color: rgb(46,103,144); }

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

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

 span { border-color: rgb(46,103,144); }

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