#2A708E

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

Shades of Astral #2A708E

Tints of Astral #2A708E

Color information

#2A708E (or 0x2A708E) is unknown color: approx Astral. HEX triplet: 2A, 70 and 8E. RGB value is (42,112,142). Sum of RGB (Red+Green+Blue) = 42+112+142=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #2A708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A708E is #D58F71. Grayscale: #5E5E5E. Windows color (decimal): -13995890 or 9334826. OLE color: 9334826.

HSL color Cylindrical-coordinate representation of color #2A708E: hue angle of 198º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A708E is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB42112142-
CMYK0.700.2100.44
HSL198º54.35%36.08%-
HSV(B)198º70.42%55.69%-
XYZ11.6314.0327.69-
YUV94.49154.8190.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.19%
GREEN value IS 112 (44.14% from 255) = 37.84%
BLUE value IS 142 (55.86% from 255) = 47.97%
R=14.19%
G=37.84%
B=47.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal421121420.700.2100.4419854.3536.08
Hex2A708E461502Cc63624
Octal52160216106250543066644
Binary101010111000010001110100011010101010110011000110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,112,142); }

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

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

 a { background-color: rgb(42,112,142); }

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

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

 span { border-color: rgb(42,112,142); }

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