Shades of Astronaut #3D4B68
Tints of Astronaut #3D4B68
RGB
CMYK
RGB Variations
Color information
#3D4B68 (or 0x3D4B68) is known color: Astronaut. HEX triplet: 3D, 4B and 68. RGB value is (61,75,104). Sum of RGB (Red+Green+Blue) = 61+75+104=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #3D4B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4B68 is #C2B497. Grayscale: #494949. Windows color (decimal): -12760216 or 6835005. OLE color: 6835005.
HSL color Cylindrical-coordinate representation of color #3D4B68: hue angle of 220.47º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D4B68 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 61 | 75 | 104 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.59 |
| HSL | 220.47º | 0.26% | 0.32% | - |
| HSV(B) | 220.47º | 0.41% | 0.41% | - |
| XYZ | 6.94 | 7.02 | 14.09 | - |
| YUV | 74.12 | 144.86 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 75 | 104 | 0.41 | 0.28 | 0 | 0.59 | 220.47 | 0.26 | 0.32 |
| Hex | 3D | 4B | 68 | 29 | 1C | 0 | 3B | DC | 1A | 20 |
| Octal | 75 | 113 | 150 | 51 | 34 | 0 | 73 | 334 | 32 | 40 |
| Binary | 111101 | 1001011 | 1101000 | 101001 | 11100 | 0 | 111011 | 11011100 | 11010 | 100000 |
Color Harmonies of #3D4B68
Complementary color
Monochromatic Colors of #3D4B68
Black with #3D4B68
Text Example
Text Example
White with #3D4B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4B68; }
p { color: rgb(61,75,104); }
H1.HeaderClassName
{
color: #3D4B68;
}
.AnyTagClassName
{
color: #3D4B68;
}
</style>
background-color css
<style>
a { background-color: #3D4B68; }
a { background-color: rgb(61,75,104); }
div.DivClassName
{
background-color: #3D4B68;
}
.BgClassName
{
background-color: #3D4B68;
}
</style>
border-color css
<style>
span { border-color: #3D4B68; }
span { border-color: rgb(61,75,104); }
td.TdClassName
{
border-color: #3D4B68;
}
.TagClassName
{
border-color: #3D4B68;
}
</style>