#3A4A6B

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

Shades of Astronaut #3A4A6B

Tints of Astronaut #3A4A6B

Color information

#3A4A6B (or 0x3A4A6B) is unknown color: approx Astronaut. HEX triplet: 3A, 4A and 6B. RGB value is (58,74,107). Sum of RGB (Red+Green+Blue) = 58+74+107=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #3A4A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4A6B is #C5B594. Grayscale: #484848. Windows color (decimal): -12957077 or 7031354. OLE color: 7031354.

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

Color convert

RGB5874107-
CMYK0.460.3100.58
HSL220.41º29.7%32.35%-
HSV(B)220.41º45.79%41.96%-
XYZ6.856.8614.87-
YUV72.98147.2117.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.27%
GREEN value IS 74 (29.30% from 255) = 30.96%
BLUE value IS 107 (42.19% from 255) = 44.77%
R=24.27%
G=30.96%
B=44.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58741070.460.3100.58220.4129.732.35
Hex3A4A6B2E1F03Adc1e20
Octal7211215356370723343640
Binary111010100101011010111011101111101110101101110011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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