#2E6C89

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

Shades of Astral #2E6C89

Tints of Astral #2E6C89

Color information

#2E6C89 (or 0x2E6C89) is unknown color: approx Astral. HEX triplet: 2E, 6C and 89. RGB value is (46,108,137). Sum of RGB (Red+Green+Blue) = 46+108+137=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #2E6C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6C89 is #D19376. Grayscale: #5C5C5C. Windows color (decimal): -13734775 or 9006126. OLE color: 9006126.

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

Color convert

RGB46108137-
CMYK0.660.2100.46
HSL199.12º49.73%35.88%-
HSV(B)199.12º66.42%53.73%-
XYZ1113.1125.62-
YUV92.77152.9694.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.81%
GREEN value IS 108 (42.58% from 255) = 37.11%
BLUE value IS 137 (53.91% from 255) = 47.08%
R=15.81%
G=37.11%
B=47.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461081370.660.2100.46199.1249.7335.88
Hex2E6C89421502Ec73224
Octal56154211102250563076244
Binary101110110110010001001100001010101010111011000111110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,108,137); }

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

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

 a { background-color: rgb(46,108,137); }

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

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

 span { border-color: rgb(46,108,137); }

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