#3C5170

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

Shades of Astronaut #3C5170

Tints of Astronaut #3C5170

Color information

#3C5170 (or 0x3C5170) is unknown color: approx Astronaut. HEX triplet: 3C, 51 and 70. RGB value is (60,81,112). Sum of RGB (Red+Green+Blue) = 60+81+112=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C5170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5170 is #C3AE8F. Grayscale: #4E4E4E. Windows color (decimal): -12824208 or 7360828. OLE color: 7360828.

HSL color Cylindrical-coordinate representation of color #3C5170: hue angle of 215.77º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C5170 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6081112-
CMYK0.460.2800.56
HSL215.77º30.23%33.73%-
HSV(B)215.77º46.43%43.92%-
XYZ7.738.0216.47-
YUV78.26147.04114.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.72%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=23.72%
G=32.02%
B=44.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60811120.460.2800.56215.7730.2333.73
Hex3C51702E1C038d81e22
Octal7412116056340703303642
Binary111100101000111100001011101110001110001101100011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,81,112); }

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

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

 a { background-color: rgb(60,81,112); }

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

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

 span { border-color: rgb(60,81,112); }

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