Shades of Astronaut #3D4B78
Tints of Astronaut #3D4B78
RGB
CMYK
RGB Variations
Color information
#3D4B78 (or 0x3D4B78) is known color: Astronaut. HEX triplet: 3D, 4B and 78. RGB value is (61,75,120). Sum of RGB (Red+Green+Blue) = 61+75+120=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D4B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4B78 is #C2B487. Grayscale: #4B4B4B. Windows color (decimal): -12760200 or 7883581. OLE color: 7883581.
HSL color Cylindrical-coordinate representation of color #3D4B78: hue angle of 225.76º degrees, saturation: 0.33, 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 #3D4B78 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 75 | 120 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.53 |
| HSL | 225.76º | 0.33% | 0.35% | - |
| HSV(B) | 225.76º | 0.49% | 0.47% | - |
| XYZ | 7.83 | 7.38 | 18.78 | - |
| YUV | 75.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 75 | 120 | 0.49 | 0.37 | 0 | 0.53 | 225.76 | 0.33 | 0.35 |
| Hex | 3D | 4B | 78 | 31 | 25 | 0 | 35 | E2 | 21 | 23 |
| Octal | 75 | 113 | 170 | 61 | 45 | 0 | 65 | 342 | 41 | 43 |
| Binary | 111101 | 1001011 | 1111000 | 110001 | 100101 | 0 | 110101 | 11100010 | 100001 | 100011 |
Color Harmonies of #3D4B78
Complementary color
Monochromatic Colors of #3D4B78
Black with #3D4B78
Text Example
Text Example
White with #3D4B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4B78; }
p { color: rgb(61,75,120); }
H1.HeaderClassName
{
color: #3D4B78;
}
.AnyTagClassName
{
color: #3D4B78;
}
</style>
background-color css
<style>
a { background-color: #3D4B78; }
a { background-color: rgb(61,75,120); }
div.DivClassName
{
background-color: #3D4B78;
}
.BgClassName
{
background-color: #3D4B78;
}
</style>
border-color css
<style>
span { border-color: #3D4B78; }
span { border-color: rgb(61,75,120); }
td.TdClassName
{
border-color: #3D4B78;
}
.TagClassName
{
border-color: #3D4B78;
}
</style>