#2E668C

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

Shades of Astral #2E668C

Tints of Astral #2E668C

Color information

#2E668C (or 0x2E668C) is unknown color: approx Astral. HEX triplet: 2E, 66 and 8C. RGB value is (46,102,140). Sum of RGB (Red+Green+Blue) = 46+102+140=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E668C is #D19973. Grayscale: #595959. Windows color (decimal): -13736308 or 9201198. OLE color: 9201198.

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

Color convert

RGB46102140-
CMYK0.670.2700.45
HSL204.26º50.54%36.47%-
HSV(B)204.26º67.14%54.9%-
XYZ10.6111.9826.56-
YUV89.59156.4596.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.97%
GREEN value IS 102 (40.23% from 255) = 35.42%
BLUE value IS 140 (55.08% from 255) = 48.61%
R=15.97%
G=35.42%
B=48.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461021400.670.2700.45204.2650.5436.47
Hex2E668C431B02Dcc3324
Octal56146214103330553146344
Binary101110110011010001100100001111011010110111001100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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