#3A7496

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

Shades of Astral #3A7496

Tints of Astral #3A7496

Color information

#3A7496 (or 0x3A7496) is unknown color: approx Astral. HEX triplet: 3A, 74 and 96. RGB value is (58,116,150). Sum of RGB (Red+Green+Blue) = 58+116+150=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A7496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7496 is #C58B69. Grayscale: #666666. Windows color (decimal): -12946282 or 9860154. OLE color: 9860154.

HSL color Cylindrical-coordinate representation of color #3A7496: hue angle of 202.17º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A7496 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB58116150-
CMYK0.610.2300.41
HSL202.17º44.23%40.78%-
HSV(B)202.17º61.33%58.82%-
XYZ13.515.5931.15-
YUV102.53154.7896.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.90%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 150 (58.98% from 255) = 46.30%
R=17.90%
G=35.80%
B=46.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal581161500.610.2300.41202.1744.2340.78
Hex3A74963D17029ca2c29
Octal7216422675270513125451
Binary11101011101001001011011110110111010100111001010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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