#2E768D

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

Shades of Astral #2E768D

Tints of Astral #2E768D

Color information

#2E768D (or 0x2E768D) is unknown color: approx Astral. HEX triplet: 2E, 76 and 8D. RGB value is (46,118,141). Sum of RGB (Red+Green+Blue) = 46+118+141=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E768D is #D18972. Grayscale: #626262. Windows color (decimal): -13732211 or 9270830. OLE color: 9270830.

HSL color Cylindrical-coordinate representation of color #2E768D: hue angle of 194.53º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E768D is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB46118141-
CMYK0.670.1600.45
HSL194.53º50.8%36.67%-
HSV(B)194.53º67.38%55.29%-
XYZ12.4115.4627.53-
YUV99.09151.6590.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.08%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 141 (55.47% from 255) = 46.23%
R=15.08%
G=38.69%
B=46.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461181410.670.1600.45194.5350.836.67
Hex2E768D431002Dc33325
Octal56166215103200553036345
Binary101110111011010001101100001110000010110111000011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,118,141); }

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

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

 a { background-color: rgb(46,118,141); }

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

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

 span { border-color: rgb(46,118,141); }

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