#3A4E79

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

Shades of Astronaut #3A4E79

Tints of Astronaut #3A4E79

Color information

#3A4E79 (or 0x3A4E79) is unknown color: approx Astronaut. HEX triplet: 3A, 4E and 79. RGB value is (58,78,121). Sum of RGB (Red+Green+Blue) = 58+78+121=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A4E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A4E79 is #C5B186. Grayscale: #4C4C4C. Windows color (decimal): -12956039 or 7949882. OLE color: 7949882.

HSL color Cylindrical-coordinate representation of color #3A4E79: hue angle of 220.95º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A4E79 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5878121-
CMYK0.520.3600.53
HSL220.95º35.2%35.1%-
HSV(B)220.95º52.07%47.45%-
XYZ7.927.7319.16-
YUV76.92152.87114.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.57%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 121 (47.66% from 255) = 47.08%
R=22.57%
G=30.35%
B=47.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58781210.520.3600.53220.9535.235.1
Hex3A4E793424035dd2323
Octal7211617164440653354343
Binary11101010011101111001110100100100011010111011101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,78,121); }

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

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

 a { background-color: rgb(58,78,121); }

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

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

 span { border-color: rgb(58,78,121); }

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