Shades of Astronaut #3D4B7C
Tints of Astronaut #3D4B7C
RGB
CMYK
RGB Variations
Color information
#3D4B7C (or 0x3D4B7C) is known color: Astronaut. HEX triplet: 3D, 4B and 7C. RGB value is (61,75,124). Sum of RGB (Red+Green+Blue) = 61+75+124=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D4B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4B7C is #C2B483. Grayscale: #4C4C4C. Windows color (decimal): -12760196 or 8145725. OLE color: 8145725.
HSL color Cylindrical-coordinate representation of color #3D4B7C: hue angle of 226.67º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D4B7C is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 75 | 124 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.51 |
| HSL | 226.67º | 0.34% | 0.36% | - |
| HSV(B) | 226.67º | 0.51% | 0.49% | - |
| XYZ | 8.08 | 7.48 | 20.09 | - |
| YUV | 76.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 75 | 124 | 0.51 | 0.40 | 0 | 0.51 | 226.67 | 0.34 | 0.36 |
| Hex | 3D | 4B | 7C | 33 | 28 | 0 | 33 | E3 | 22 | 24 |
| Octal | 75 | 113 | 174 | 63 | 50 | 0 | 63 | 343 | 42 | 44 |
| Binary | 111101 | 1001011 | 1111100 | 110011 | 101000 | 0 | 110011 | 11100011 | 100010 | 100100 |
Color Harmonies of #3D4B7C
Complementary color
Monochromatic Colors of #3D4B7C
Black with #3D4B7C
Text Example
Text Example
White with #3D4B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4B7C; }
p { color: rgb(61,75,124); }
H1.HeaderClassName
{
color: #3D4B7C;
}
.AnyTagClassName
{
color: #3D4B7C;
}
</style>
background-color css
<style>
a { background-color: #3D4B7C; }
a { background-color: rgb(61,75,124); }
div.DivClassName
{
background-color: #3D4B7C;
}
.BgClassName
{
background-color: #3D4B7C;
}
</style>
border-color css
<style>
span { border-color: #3D4B7C; }
span { border-color: rgb(61,75,124); }
td.TdClassName
{
border-color: #3D4B7C;
}
.TagClassName
{
border-color: #3D4B7C;
}
</style>