#3A5270

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

Shades of Astronaut #3A5270

Tints of Astronaut #3A5270

Color information

#3A5270 (or 0x3A5270) is unknown color: approx Astronaut. HEX triplet: 3A, 52 and 70. RGB value is (58,82,112). Sum of RGB (Red+Green+Blue) = 58+82+112=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A5270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5270 is #C5AD8F. Grayscale: #4E4E4E. Windows color (decimal): -12955024 or 7361082. OLE color: 7361082.

HSL color Cylindrical-coordinate representation of color #3A5270: hue angle of 213.33º 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 #3A5270 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5882112-
CMYK0.480.2700.56
HSL213.33º31.76%33.33%-
HSV(B)213.33º48.21%43.92%-
XYZ7.698.116.49-
YUV78.24147.05113.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.02%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=23.02%
G=32.54%
B=44.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58821120.480.2700.56213.3331.7633.33
Hex3A5270301B038d52021
Octal7212216060330703254041
Binary1110101010010111000011000011011011100011010101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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