#2A7895

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

Shades of Astral #2A7895

Tints of Astral #2A7895

Color information

#2A7895 (or 0x2A7895) is unknown color: approx Astral. HEX triplet: 2A, 78 and 95. RGB value is (42,120,149). Sum of RGB (Red+Green+Blue) = 42+120+149=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A7895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7895 is #D5876A. Grayscale: #636363. Windows color (decimal): -13993835 or 9795626. OLE color: 9795626.

HSL color Cylindrical-coordinate representation of color #2A7895: hue angle of 196.26º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A7895 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB42120149-
CMYK0.720.1900.42
HSL196.26º56.02%37.45%-
HSV(B)196.26º71.81%58.43%-
XYZ13.116.130.85-
YUV99.98155.6686.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.50%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=13.50%
G=38.59%
B=47.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal421201490.720.1900.42196.2656.0237.45
Hex2A7895481302Ac43825
Octal52170225110230523047045
Binary101010111100010010101100100010011010101011000100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,120,149); }

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

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

 a { background-color: rgb(42,120,149); }

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

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

 span { border-color: rgb(42,120,149); }

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