#2A6B87

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

Shades of Astral #2A6B87

Tints of Astral #2A6B87

Color information

#2A6B87 (or 0x2A6B87) is unknown color: approx Astral. HEX triplet: 2A, 6B and 87. RGB value is (42,107,135). Sum of RGB (Red+Green+Blue) = 42+107+135=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A6B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6B87 is #D59478. Grayscale: #5A5A5A. Windows color (decimal): -13997177 or 8874794. OLE color: 8874794.

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

Color convert

RGB42107135-
CMYK0.690.2100.47
HSL198.06º52.54%34.71%-
HSV(B)198.06º68.89%52.94%-
XYZ10.5912.7624.83-
YUV90.76152.9793.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.79%
GREEN value IS 107 (42.19% from 255) = 37.68%
BLUE value IS 135 (53.12% from 255) = 47.54%
R=14.79%
G=37.68%
B=47.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal421071350.690.2100.47198.0652.5434.71
Hex2A6B87451502Fc63523
Octal52153207105250573066543
Binary101010110101110000111100010110101010111111000110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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