Shades of Astronaut #3D4B77
Tints of Astronaut #3D4B77
RGB
CMYK
RGB Variations
Color information
#3D4B77 (or 0x3D4B77) is known color: Astronaut. HEX triplet: 3D, 4B and 77. RGB value is (61,75,119). Sum of RGB (Red+Green+Blue) = 61+75+119=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D4B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4B77 is #C2B488. Grayscale: #4B4B4B. Windows color (decimal): -12760201 or 7818045. OLE color: 7818045.
HSL color Cylindrical-coordinate representation of color #3D4B77: hue angle of 225.52º 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 #3D4B77 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 75 | 119 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.53 |
| HSL | 225.52º | 0.32% | 0.35% | - |
| HSV(B) | 225.52º | 0.49% | 0.47% | - |
| XYZ | 7.77 | 7.36 | 18.46 | - |
| YUV | 75.83 | 152.36 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 75 | 119 | 0.49 | 0.37 | 0 | 0.53 | 225.52 | 0.32 | 0.35 |
| Hex | 3D | 4B | 77 | 31 | 25 | 0 | 35 | E2 | 20 | 23 |
| Octal | 75 | 113 | 167 | 61 | 45 | 0 | 65 | 342 | 40 | 43 |
| Binary | 111101 | 1001011 | 1110111 | 110001 | 100101 | 0 | 110101 | 11100010 | 100000 | 100011 |
Color Harmonies of #3D4B77
Complementary color
Monochromatic Colors of #3D4B77
Black with #3D4B77
Text Example
Text Example
White with #3D4B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4B77; }
p { color: rgb(61,75,119); }
H1.HeaderClassName
{
color: #3D4B77;
}
.AnyTagClassName
{
color: #3D4B77;
}
</style>
background-color css
<style>
a { background-color: #3D4B77; }
a { background-color: rgb(61,75,119); }
div.DivClassName
{
background-color: #3D4B77;
}
.BgClassName
{
background-color: #3D4B77;
}
</style>
border-color css
<style>
span { border-color: #3D4B77; }
span { border-color: rgb(61,75,119); }
td.TdClassName
{
border-color: #3D4B77;
}
.TagClassName
{
border-color: #3D4B77;
}
</style>