#3A4A73

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

Shades of Astronaut #3A4A73

Tints of Astronaut #3A4A73

Color information

#3A4A73 (or 0x3A4A73) is unknown color: approx Astronaut. HEX triplet: 3A, 4A and 73. RGB value is (58,74,115). Sum of RGB (Red+Green+Blue) = 58+74+115=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A4A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4A73 is #C5B58C. Grayscale: #494949. Windows color (decimal): -12957069 or 7555642. OLE color: 7555642.

HSL color Cylindrical-coordinate representation of color #3A4A73: hue angle of 223.16º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A4A73 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5874115-
CMYK0.500.3600.55
HSL223.16º32.95%33.92%-
HSV(B)223.16º49.57%45.1%-
XYZ7.297.0317.19-
YUV73.89151.2116.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.48%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=23.48%
G=29.96%
B=46.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58741150.500.3600.55223.1632.9533.92
Hex3A4A733224037df2122
Octal7211216362440673374142
Binary11101010010101110011110010100100011011111011111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,74,115); }

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

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

 a { background-color: rgb(58,74,115); }

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

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

 span { border-color: rgb(58,74,115); }

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