#3B5175

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

Shades of Astronaut #3B5175

Tints of Astronaut #3B5175

Color information

#3B5175 (or 0x3B5175) is unknown color: approx Astronaut. HEX triplet: 3B, 51 and 75. RGB value is (59,81,117). Sum of RGB (Red+Green+Blue) = 59+81+117=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B5175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5175 is #C4AE8A. Grayscale: #4E4E4E. Windows color (decimal): -12889739 or 7688507. OLE color: 7688507.

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

Color convert

RGB5981117-
CMYK0.500.3100.54
HSL217.24º32.95%34.51%-
HSV(B)217.24º49.57%45.88%-
XYZ7.968.117.97-
YUV78.53149.71114.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.96%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=22.96%
G=31.52%
B=45.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59811170.500.3100.54217.2432.9534.51
Hex3B5175321F036d92123
Octal7312116562370663314143
Binary1110111010001111010111001011111011011011011001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,81,117); }

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

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

 a { background-color: rgb(59,81,117); }

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

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

 span { border-color: rgb(59,81,117); }

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