#2A718F

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

Shades of Astral #2A718F

Tints of Astral #2A718F

Color information

#2A718F (or 0x2A718F) is unknown color: approx Astral. HEX triplet: 2A, 71 and 8F. RGB value is (42,113,143). Sum of RGB (Red+Green+Blue) = 42+113+143=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #2A718F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A718F is #D58E70. Grayscale: #5F5F5F. Windows color (decimal): -13995633 or 9400618. OLE color: 9400618.

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

Color convert

RGB42113143-
CMYK0.710.2100.44
HSL197.82º54.59%36.27%-
HSV(B)197.82º70.63%56.08%-
XYZ11.8214.2928.12-
YUV95.19154.9890.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.09%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 143 (56.25% from 255) = 47.99%
R=14.09%
G=37.92%
B=47.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal421131430.710.2100.44197.8254.5936.27
Hex2A718F471502Cc63724
Octal52161217107250543066744
Binary101010111000110001111100011110101010110011000110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,113,143); }

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

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

 a { background-color: rgb(42,113,143); }

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

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

 span { border-color: rgb(42,113,143); }

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