#3A4C75

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

Shades of Astronaut #3A4C75

Tints of Astronaut #3A4C75

Color information

#3A4C75 (or 0x3A4C75) is unknown color: approx Astronaut. HEX triplet: 3A, 4C and 75. RGB value is (58,76,117). Sum of RGB (Red+Green+Blue) = 58+76+117=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A4C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4C75 is #C5B38A. Grayscale: #4B4B4B. Windows color (decimal): -12956555 or 7687226. OLE color: 7687226.

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

Color convert

RGB5876117-
CMYK0.500.3500.54
HSL221.69º33.71%34.31%-
HSV(B)221.69º50.43%45.88%-
XYZ7.547.3517.85-
YUV75.29151.54115.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.11%
GREEN value IS 76 (30.08% from 255) = 30.28%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=23.11%
G=30.28%
B=46.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58761170.500.3500.54221.6933.7134.31
Hex3A4C753223036de2222
Octal7211416562430663364242
Binary11101010011001110101110010100011011011011011110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,76,117); }

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

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

 a { background-color: rgb(58,76,117); }

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

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

 span { border-color: rgb(58,76,117); }

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