#3A5170

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

Shades of Astronaut #3A5170

Tints of Astronaut #3A5170

Color information

#3A5170 (or 0x3A5170) is unknown color: approx Astronaut. HEX triplet: 3A, 51 and 70. RGB value is (58,81,112). Sum of RGB (Red+Green+Blue) = 58+81+112=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A5170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5170 is #C5AE8F. Grayscale: #4D4D4D. Windows color (decimal): -12955280 or 7360826. OLE color: 7360826.

HSL color Cylindrical-coordinate representation of color #3A5170: hue angle of 214.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A5170 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5881112-
CMYK0.480.2800.56
HSL214.44º31.76%33.33%-
HSV(B)214.44º48.21%43.92%-
XYZ7.617.9516.46-
YUV77.66147.38113.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.11%
GREEN value IS 81 (32.03% from 255) = 32.27%
BLUE value IS 112 (44.14% from 255) = 44.62%
R=23.11%
G=32.27%
B=44.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58811120.480.2800.56214.4431.7633.33
Hex3A5170301C038d62021
Octal7212116060340703264041
Binary1110101010001111000011000011100011100011010110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,81,112); }

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

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

 a { background-color: rgb(58,81,112); }

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

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

 span { border-color: rgb(58,81,112); }

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