#3A7493

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

Shades of Astral #3A7493

Tints of Astral #3A7493

Color information

#3A7493 (or 0x3A7493) is unknown color: approx Astral. HEX triplet: 3A, 74 and 93. RGB value is (58,116,147). Sum of RGB (Red+Green+Blue) = 58+116+147=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A7493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7493 is #C58B6C. Grayscale: #666666. Windows color (decimal): -12946285 or 9663546. OLE color: 9663546.

HSL color Cylindrical-coordinate representation of color #3A7493: hue angle of 200.9º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A7493 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB58116147-
CMYK0.610.2100.42
HSL200.9º43.41%40.2%-
HSV(B)200.9º60.54%57.65%-
XYZ13.2615.529.9-
YUV102.19153.2896.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.07%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 147 (57.81% from 255) = 45.79%
R=18.07%
G=36.14%
B=45.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581161470.610.2100.42200.943.4140.2
Hex3A74933D1502Ac92b28
Octal7216422375250523115350
Binary11101011101001001001111110110101010101011001001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A7493; }

 p { color: rgb(58,116,147); }

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

<style>
 a { background-color: #3A7493; }

 a { background-color: rgb(58,116,147); }

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

<style>
 span { border-color: #3A7493; }

 span { border-color: rgb(58,116,147); }

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