#2A6789

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

Shades of Astral #2A6789

Tints of Astral #2A6789

Color information

#2A6789 (or 0x2A6789) is unknown color: approx Astral. HEX triplet: 2A, 67 and 89. RGB value is (42,103,137). Sum of RGB (Red+Green+Blue) = 42+103+137=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #2A6789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6789 is #D59876. Grayscale: #585858. Windows color (decimal): -13998199 or 9004842. OLE color: 9004842.

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

Color convert

RGB42103137-
CMYK0.690.2500.46
HSL201.47º53.07%35.1%-
HSV(B)201.47º69.34%53.73%-
XYZ10.321225.44-
YUV88.64155.2994.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.89%
GREEN value IS 103 (40.62% from 255) = 36.52%
BLUE value IS 137 (53.91% from 255) = 48.58%
R=14.89%
G=36.52%
B=48.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal421031370.690.2500.46201.4753.0735.1
Hex2A6789451902Ec93523
Octal52147211105310563116543
Binary101010110011110001001100010111001010111011001001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,103,137); }

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

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

 a { background-color: rgb(42,103,137); }

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

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

 span { border-color: rgb(42,103,137); }

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