#2A7789

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

Shades of Astral #2A7789

Tints of Astral #2A7789

Color information

#2A7789 (or 0x2A7789) is unknown color: approx Astral. HEX triplet: 2A, 77 and 89. RGB value is (42,119,137). Sum of RGB (Red+Green+Blue) = 42+119+137=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #2A7789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7789 is #D58876. Grayscale: #616161. Windows color (decimal): -13994103 or 9008938. OLE color: 9008938.

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

Color convert

RGB42119137-
CMYK0.690.1300.46
HSL191.37º53.07%35.1%-
HSV(B)191.37º69.34%53.73%-
XYZ12.0715.4926.02-
YUV98.03149.9988.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.09%
GREEN value IS 119 (46.88% from 255) = 39.93%
BLUE value IS 137 (53.91% from 255) = 45.97%
R=14.09%
G=39.93%
B=45.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal421191370.690.1300.46191.3753.0735.1
Hex2A778945D02Ebf3523
Octal52167211105150562776543
Binary10101011101111000100110001011101010111010111111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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