Shades of Astronaut #3D4B72
Tints of Astronaut #3D4B72
RGB
CMYK
RGB Variations
Color information
#3D4B72 (or 0x3D4B72) is known color: Astronaut. HEX triplet: 3D, 4B and 72. RGB value is (61,75,114). Sum of RGB (Red+Green+Blue) = 61+75+114=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D4B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4B72 is #C2B48D. Grayscale: #4B4B4B. Windows color (decimal): -12760206 or 7490365. OLE color: 7490365.
HSL color Cylindrical-coordinate representation of color #3D4B72: hue angle of 224.15º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D4B72 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 75 | 114 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.55 |
| HSL | 224.15º | 0.3% | 0.34% | - |
| HSV(B) | 224.15º | 0.46% | 0.45% | - |
| XYZ | 7.48 | 7.24 | 16.92 | - |
| YUV | 75.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 75 | 114 | 0.46 | 0.34 | 0 | 0.55 | 224.15 | 0.3 | 0.34 |
| Hex | 3D | 4B | 72 | 2E | 22 | 0 | 37 | E0 | 1E | 22 |
| Octal | 75 | 113 | 162 | 56 | 42 | 0 | 67 | 340 | 36 | 42 |
| Binary | 111101 | 1001011 | 1110010 | 101110 | 100010 | 0 | 110111 | 11100000 | 11110 | 100010 |
Color Harmonies of #3D4B72
Complementary color
Monochromatic Colors of #3D4B72
Black with #3D4B72
Text Example
Text Example
White with #3D4B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4B72; }
p { color: rgb(61,75,114); }
H1.HeaderClassName
{
color: #3D4B72;
}
.AnyTagClassName
{
color: #3D4B72;
}
</style>
background-color css
<style>
a { background-color: #3D4B72; }
a { background-color: rgb(61,75,114); }
div.DivClassName
{
background-color: #3D4B72;
}
.BgClassName
{
background-color: #3D4B72;
}
</style>
border-color css
<style>
span { border-color: #3D4B72; }
span { border-color: rgb(61,75,114); }
td.TdClassName
{
border-color: #3D4B72;
}
.TagClassName
{
border-color: #3D4B72;
}
</style>