#3B5078

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

Shades of Astronaut #3B5078

Tints of Astronaut #3B5078

Color information

#3B5078 (or 0x3B5078) is unknown color: approx Astronaut. HEX triplet: 3B, 50 and 78. RGB value is (59,80,120). Sum of RGB (Red+Green+Blue) = 59+80+120=259 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.78% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B5078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5078 is #C4AF87. Grayscale: #4E4E4E. Windows color (decimal): -12889992 or 7884859. OLE color: 7884859.

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

Color convert

RGB5980120-
CMYK0.510.3300.53
HSL219.34º34.08%35.1%-
HSV(B)219.34º50.83%47.06%-
XYZ8.068.0218.89-
YUV78.28151.54114.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.78%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=22.78%
G=30.89%
B=46.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59801200.510.3300.53219.3434.0835.1
Hex3B50783321035db2223
Octal7312017063410653334243
Binary11101110100001111000110011100001011010111011011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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