#2A7086

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

Shades of Astral #2A7086

Tints of Astral #2A7086

Color information

#2A7086 (or 0x2A7086) is unknown color: approx Astral. HEX triplet: 2A, 70 and 86. RGB value is (42,112,134). Sum of RGB (Red+Green+Blue) = 42+112+134=288 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.58% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #2A7086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7086 is #D58F79. Grayscale: #5D5D5D. Windows color (decimal): -13995898 or 8810538. OLE color: 8810538.

HSL color Cylindrical-coordinate representation of color #2A7086: hue angle of 194.35º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A7086 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB42112134-
CMYK0.690.1600.47
HSL194.35º52.27%34.51%-
HSV(B)194.35º68.66%52.55%-
XYZ11.0513.824.64-
YUV93.58150.8191.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.58%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 134 (52.73% from 255) = 46.53%
R=14.58%
G=38.89%
B=46.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal421121340.690.1600.47194.3552.2734.51
Hex2A7086451002Fc23423
Octal52160206105200573026443
Binary101010111000010000110100010110000010111111000010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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