Shades of Astronaut #395272
Tints of Astronaut #395272
RGB
CMYK
RGB Variations
Color information
#395272 (or 0x395272) is known color: Astronaut. HEX triplet: 39, 52 and 72. RGB value is (57,82,114). Sum of RGB (Red+Green+Blue) = 57+82+114=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #395272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395272 is #C6AD8D. Grayscale: #4E4E4E. Windows color (decimal): -13020558 or 7492153. OLE color: 7492153.
HSL color Cylindrical-coordinate representation of color #395272: hue angle of 213.68º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #395272 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 82 | 114 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.55 |
| HSL | 213.68º | 0.33% | 0.34% | - |
| HSV(B) | 213.68º | 0.5% | 0.45% | - |
| XYZ | 7.74 | 8.12 | 17.08 | - |
| YUV | 78.17 | 148.22 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 114 | 0.50 | 0.28 | 0 | 0.55 | 213.68 | 0.33 | 0.34 |
| Hex | 39 | 52 | 72 | 32 | 1C | 0 | 37 | D6 | 21 | 22 |
| Octal | 71 | 122 | 162 | 62 | 34 | 0 | 67 | 326 | 41 | 42 |
| Binary | 111001 | 1010010 | 1110010 | 110010 | 11100 | 0 | 110111 | 11010110 | 100001 | 100010 |
Color Harmonies of #395272
Complementary color
Monochromatic Colors of #395272
Black with #395272
Text Example
Text Example
White with #395272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395272; }
p { color: rgb(57,82,114); }
H1.HeaderClassName
{
color: #395272;
}
.AnyTagClassName
{
color: #395272;
}
</style>
background-color css
<style>
a { background-color: #395272; }
a { background-color: rgb(57,82,114); }
div.DivClassName
{
background-color: #395272;
}
.BgClassName
{
background-color: #395272;
}
</style>
border-color css
<style>
span { border-color: #395272; }
span { border-color: rgb(57,82,114); }
td.TdClassName
{
border-color: #395272;
}
.TagClassName
{
border-color: #395272;
}
</style>