#3D5077

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

Shades of Astronaut #3D5077

Tints of Astronaut #3D5077

Color information

#3D5077 (or 0x3D5077) is unknown color: approx Astronaut. HEX triplet: 3D, 50 and 77. RGB value is (61,80,119). Sum of RGB (Red+Green+Blue) = 61+80+119=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D5077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5077 is #C2AF88. Grayscale: #4E4E4E. Windows color (decimal): -12758921 or 7819325. OLE color: 7819325.

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

Color convert

RGB6180119-
CMYK0.490.3300.53
HSL220.34º32.22%35.29%-
HSV(B)220.34º48.74%46.67%-
XYZ8.128.0618.58-
YUV78.76150.71115.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.46%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 119 (46.88% from 255) = 45.77%
R=23.46%
G=30.77%
B=45.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61801190.490.3300.53220.3432.2235.29
Hex3D50773121035dc2023
Octal7512016761410653344043
Binary11110110100001110111110001100001011010111011100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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