#2A678D

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

Shades of Astral #2A678D

Tints of Astral #2A678D

Color information

#2A678D (or 0x2A678D) is unknown color: approx Astral. HEX triplet: 2A, 67 and 8D. RGB value is (42,103,141). Sum of RGB (Red+Green+Blue) = 42+103+141=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A678D is #D59872. Grayscale: #585858. Windows color (decimal): -13998195 or 9266986. OLE color: 9266986.

HSL color Cylindrical-coordinate representation of color #2A678D: hue angle of 203.03º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A678D is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB42103141-
CMYK0.700.2700.45
HSL203.03º54.1%35.88%-
HSV(B)203.03º70.21%55.29%-
XYZ10.6112.1226.98-
YUV89.09157.2994.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.69%
GREEN value IS 103 (40.62% from 255) = 36.01%
BLUE value IS 141 (55.47% from 255) = 49.30%
R=14.69%
G=36.01%
B=49.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal421031410.700.2700.45203.0354.135.88
Hex2A678D461B02Dcb3624
Octal52147215106330553136644
Binary101010110011110001101100011011011010110111001011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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