#2a6989

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

Shades of Astral #2A6989

Tints of Astral #2A6989

Color information

#2A6989 (or 0x2A6989) is unknown color: approx Astral. HEX triplet: 2A, 69 and 89. RGB value is (42,105,137). Sum of RGB (Red+Green+Blue) = 42+105+137=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #2A6989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6989 is #D59676. Grayscale: #595959. Windows color (decimal): -13997687 or 9005354. OLE color: 9005354.

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

Color convert

RGB42105137-
CMYK0.690.2300.46
HSL200.21º53.07%35.1%-
HSV(B)200.21º69.34%53.73%-
XYZ10.5212.425.51-
YUV89.81154.6393.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.79%
GREEN value IS 105 (41.41% from 255) = 36.97%
BLUE value IS 137 (53.91% from 255) = 48.24%
R=14.79%
G=36.97%
B=48.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal421051370.690.2300.46200.2153.0735.1
Hex2A6989451702Ec83523
Octal52151211105270563106543
Binary101010110100110001001100010110111010111011001000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a6989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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