#3A4E76

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

Shades of Astronaut #3A4E76

Tints of Astronaut #3A4E76

Color information

#3A4E76 (or 0x3A4E76) is unknown color: approx Astronaut. HEX triplet: 3A, 4E and 76. RGB value is (58,78,118). Sum of RGB (Red+Green+Blue) = 58+78+118=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A4E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A4E76 is #C5B189. Grayscale: #4C4C4C. Windows color (decimal): -12956042 or 7753274. OLE color: 7753274.

HSL color Cylindrical-coordinate representation of color #3A4E76: hue angle of 220º 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 #3A4E76 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5878118-
CMYK0.510.3400.54
HSL220º34.09%34.51%-
HSV(B)220º50.85%46.27%-
XYZ7.747.6618.21-
YUV76.58151.37114.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.83%
GREEN value IS 78 (30.86% from 255) = 30.71%
BLUE value IS 118 (46.48% from 255) = 46.46%
R=22.83%
G=30.71%
B=46.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58781180.510.3400.5422034.0934.51
Hex3A4E763322036dc2223
Octal7211616663420663344243
Binary11101010011101110110110011100010011011011011100100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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