#2E6788

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

Shades of Astral #2E6788

Tints of Astral #2E6788

Color information

#2E6788 (or 0x2E6788) is unknown color: approx Astral. HEX triplet: 2E, 67 and 88. RGB value is (46,103,136). Sum of RGB (Red+Green+Blue) = 46+103+136=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E6788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6788 is #D19877. Grayscale: #595959. Windows color (decimal): -13736056 or 8939310. OLE color: 8939310.

HSL color Cylindrical-coordinate representation of color #2E6788: hue angle of 202º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E6788 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB46103136-
CMYK0.660.2400.47
HSL202º49.45%35.69%-
HSV(B)202º66.18%53.33%-
XYZ10.4212.0625.07-
YUV89.72154.1296.82-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.14%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 136 (53.52% from 255) = 47.72%
R=16.14%
G=36.14%
B=47.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal461031360.660.2400.4720249.4535.69
Hex2E6788421802Fca3124
Octal56147210102300573126144
Binary101110110011110001000100001011000010111111001010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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