#3A7495

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

Shades of Astral #3A7495

Tints of Astral #3A7495

Color information

#3A7495 (or 0x3A7495) is unknown color: approx Astral. HEX triplet: 3A, 74 and 95. RGB value is (58,116,149). Sum of RGB (Red+Green+Blue) = 58+116+149=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A7495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7495 is #C58B6A. Grayscale: #666666. Windows color (decimal): -12946283 or 9794618. OLE color: 9794618.

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

Color convert

RGB58116149-
CMYK0.610.2200.42
HSL201.76º43.96%40.59%-
HSV(B)201.76º61.07%58.43%-
XYZ13.4215.5630.73-
YUV102.42154.2896.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.96%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=17.96%
G=35.91%
B=46.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581161490.610.2200.42201.7643.9640.59
Hex3A74953D1602Aca2c29
Octal7216422575260523125451
Binary11101011101001001010111110110110010101011001010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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