#2A718B

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

Shades of Astral #2A718B

Tints of Astral #2A718B

Color information

#2A718B (or 0x2A718B) is unknown color: approx Astral. HEX triplet: 2A, 71 and 8B. RGB value is (42,113,139). Sum of RGB (Red+Green+Blue) = 42+113+139=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A718B is #D58E74. Grayscale: #5E5E5E. Windows color (decimal): -13995637 or 9138474. OLE color: 9138474.

HSL color Cylindrical-coordinate representation of color #2A718B: hue angle of 196.08º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A718B is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB42113139-
CMYK0.700.1900.45
HSL196.08º53.59%35.49%-
HSV(B)196.08º69.78%54.51%-
XYZ11.5214.1726.55-
YUV94.74152.9890.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.29%
GREEN value IS 113 (44.53% from 255) = 38.44%
BLUE value IS 139 (54.69% from 255) = 47.28%
R=14.29%
G=38.44%
B=47.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal421131390.700.1900.45196.0853.5935.49
Hex2A718B461302Dc43623
Octal52161213106230553046643
Binary101010111000110001011100011010011010110111000100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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