#2A7487

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

Shades of Astral #2A7487

Tints of Astral #2A7487

Color information

#2A7487 (or 0x2A7487) is unknown color: approx Astral. HEX triplet: 2A, 74 and 87. RGB value is (42,116,135). Sum of RGB (Red+Green+Blue) = 42+116+135=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A7487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7487 is #D58B78. Grayscale: #5F5F5F. Windows color (decimal): -13994873 or 8877098. OLE color: 8877098.

HSL color Cylindrical-coordinate representation of color #2A7487: hue angle of 192.26º degrees, saturation: 0.53, 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 #2A7487 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB42116135-
CMYK0.690.1400.47
HSL192.26º52.54%34.71%-
HSV(B)192.26º68.89%52.94%-
XYZ11.5714.7325.16-
YUV96.04149.9889.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.33%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 135 (53.12% from 255) = 46.08%
R=14.33%
G=39.59%
B=46.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal421161350.690.1400.47192.2652.5434.71
Hex2A748745E02Fc03523
Octal52164207105160573006543
Binary10101011101001000011110001011110010111111000000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,116,135); }

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

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

 a { background-color: rgb(42,116,135); }

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

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

 span { border-color: rgb(42,116,135); }

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