#3A4A76

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

Shades of Astronaut #3A4A76

Tints of Astronaut #3A4A76

Color information

#3A4A76 (or 0x3A4A76) is unknown color: approx Astronaut. HEX triplet: 3A, 4A and 76. RGB value is (58,74,118). Sum of RGB (Red+Green+Blue) = 58+74+118=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A4A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4A76 is #C5B589. Grayscale: #4A4A4A. Windows color (decimal): -12957066 or 7752250. OLE color: 7752250.

HSL color Cylindrical-coordinate representation of color #3A4A76: hue angle of 224º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A4A76 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5874118-
CMYK0.510.3700.54
HSL224º34.09%34.51%-
HSV(B)224º50.85%46.27%-
XYZ7.467.1118.12-
YUV74.23152.7116.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.2%
GREEN value IS 74 (29.30% from 255) = 29.6%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=23.2%
G=29.6%
B=47.2%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58741180.510.3700.5422434.0934.51
Hex3A4A763325036e02223
Octal7211216663450663404243
Binary11101010010101110110110011100101011011011100000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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