#3A4A6A

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

Shades of Astronaut #3A4A6A

Tints of Astronaut #3A4A6A

Color information

#3A4A6A (or 0x3A4A6A) is unknown color: approx Astronaut. HEX triplet: 3A, 4A and 6A. RGB value is (58,74,106). Sum of RGB (Red+Green+Blue) = 58+74+106=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A4A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4A6A is #C5B595. Grayscale: #484848. Windows color (decimal): -12957078 or 6965818. OLE color: 6965818.

HSL color Cylindrical-coordinate representation of color #3A4A6A: hue angle of 220º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A4A6A is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5874106-
CMYK0.450.3000.58
HSL220º29.27%32.16%-
HSV(B)220º45.28%41.57%-
XYZ6.86.8414.6-
YUV72.86146.7117.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.37%
GREEN value IS 74 (29.30% from 255) = 31.09%
BLUE value IS 106 (41.80% from 255) = 44.54%
R=24.37%
G=31.09%
B=44.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58741060.450.3000.5822029.2732.16
Hex3A4A6A2D1E03Adc1d20
Octal7211215255360723343540
Binary111010100101011010101011011111001110101101110011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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