#3D5175

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

Shades of Astronaut #3D5175

Tints of Astronaut #3D5175

Color information

#3D5175 (or 0x3D5175) is unknown color: approx Astronaut. HEX triplet: 3D, 51 and 75. RGB value is (61,81,117). Sum of RGB (Red+Green+Blue) = 61+81+117=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D5175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5175 is #C2AE8A. Grayscale: #4E4E4E. Windows color (decimal): -12758667 or 7688509. OLE color: 7688509.

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

Color convert

RGB6181117-
CMYK0.480.3100.54
HSL218.57º31.46%34.9%-
HSV(B)218.57º47.86%45.88%-
XYZ8.088.1617.98-
YUV79.12149.37115.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.55%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=23.55%
G=31.27%
B=45.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61811170.480.3100.54218.5731.4634.9
Hex3D5175301F036db1f23
Octal7512116560370663333743
Binary111101101000111101011100001111101101101101101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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