#2A7392

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

Shades of Astral #2A7392

Tints of Astral #2A7392

Color information

#2A7392 (or 0x2A7392) is unknown color: approx Astral. HEX triplet: 2A, 73 and 92. RGB value is (42,115,146). Sum of RGB (Red+Green+Blue) = 42+115+146=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #2A7392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7392 is #D58C6D. Grayscale: #606060. Windows color (decimal): -13995118 or 9597738. OLE color: 9597738.

HSL color Cylindrical-coordinate representation of color #2A7392: hue angle of 197.88º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A7392 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB42115146-
CMYK0.710.2100.43
HSL197.88º55.32%36.86%-
HSV(B)197.88º71.23%57.25%-
XYZ12.2714.8329.41-
YUV96.71155.8288.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.86%
GREEN value IS 115 (45.31% from 255) = 37.95%
BLUE value IS 146 (57.42% from 255) = 48.18%
R=13.86%
G=37.95%
B=48.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal421151460.710.2100.43197.8855.3236.86
Hex2A7392471502Bc63725
Octal52163222107250533066745
Binary101010111001110010010100011110101010101111000110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,115,146); }

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

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

 a { background-color: rgb(42,115,146); }

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

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

 span { border-color: rgb(42,115,146); }

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