#2E667F

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

Shades of Astral #2E667F

Tints of Astral #2E667F

Color information

#2E667F (or 0x2E667F) is unknown color: approx Astral. HEX triplet: 2E, 66 and 7F. RGB value is (46,102,127). Sum of RGB (Red+Green+Blue) = 46+102+127=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E667F is #D19980. Grayscale: #575757. Windows color (decimal): -13736321 or 8349230. OLE color: 8349230.

HSL color Cylindrical-coordinate representation of color #2E667F: hue angle of 198.52º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E667F is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB46102127-
CMYK0.640.2000.50
HSL198.52º46.82%33.92%-
HSV(B)198.52º63.78%49.8%-
XYZ9.7111.6221.81-
YUV88.11149.9597.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.73%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 127 (50% from 255) = 46.18%
R=16.73%
G=37.09%
B=46.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal461021270.640.2000.50198.5246.8233.92
Hex2E667F4014032c72f22
Octal56146177100240623075742
Binary10111011001101111111100000010100011001011000111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,102,127); }

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

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

 a { background-color: rgb(46,102,127); }

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

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

 span { border-color: rgb(46,102,127); }

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