#3B5077

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

Shades of Astronaut #3B5077

Tints of Astronaut #3B5077

Color information

#3B5077 (or 0x3B5077) is unknown color: approx Astronaut. HEX triplet: 3B, 50 and 77. RGB value is (59,80,119). Sum of RGB (Red+Green+Blue) = 59+80+119=258 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.87% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B5077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5077 is #C4AF88. Grayscale: #4D4D4D. Windows color (decimal): -12889993 or 7819323. OLE color: 7819323.

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

Color convert

RGB5980119-
CMYK0.500.3300.53
HSL219º33.71%34.9%-
HSV(B)219º50.42%46.67%-
XYZ8818.57-
YUV78.17151.04114.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.87%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=22.87%
G=31.01%
B=46.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59801190.500.3300.5321933.7134.9
Hex3B50773221035db2223
Octal7312016762410653334243
Binary11101110100001110111110010100001011010111011011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,80,119); }

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

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

 a { background-color: rgb(59,80,119); }

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

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

 span { border-color: rgb(59,80,119); }

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