Shades of Astronaut #425275
Tints of Astronaut #425275
RGB
CMYK
RGB Variations
Color information
#425275 (or 0x425275) is known color: Astronaut. HEX triplet: 42, 52 and 75. RGB value is (66,82,117). Sum of RGB (Red+Green+Blue) = 66+82+117=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #425275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425275 is #BDAD8A. Grayscale: #515151. Windows color (decimal): -12430731 or 7688770. OLE color: 7688770.
HSL color Cylindrical-coordinate representation of color #425275: hue angle of 221.18º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #425275 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 82 | 117 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.54 |
| HSL | 221.18º | 0.28% | 0.36% | - |
| HSV(B) | 221.18º | 0.44% | 0.46% | - |
| XYZ | 8.47 | 8.48 | 18.02 | - |
| YUV | 81.21 | 148.2 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 117 | 0.44 | 0.30 | 0 | 0.54 | 221.18 | 0.28 | 0.36 |
| Hex | 42 | 52 | 75 | 2C | 1E | 0 | 36 | DD | 1C | 24 |
| Octal | 102 | 122 | 165 | 54 | 36 | 0 | 66 | 335 | 34 | 44 |
| Binary | 1000010 | 1010010 | 1110101 | 101100 | 11110 | 0 | 110110 | 11011101 | 11100 | 100100 |
Color Harmonies of #425275
Complementary color
Monochromatic Colors of #425275
Black with #425275
Text Example
Text Example
White with #425275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425275; }
p { color: rgb(66,82,117); }
H1.HeaderClassName
{
color: #425275;
}
.AnyTagClassName
{
color: #425275;
}
</style>
background-color css
<style>
a { background-color: #425275; }
a { background-color: rgb(66,82,117); }
div.DivClassName
{
background-color: #425275;
}
.BgClassName
{
background-color: #425275;
}
</style>
border-color css
<style>
span { border-color: #425275; }
span { border-color: rgb(66,82,117); }
td.TdClassName
{
border-color: #425275;
}
.TagClassName
{
border-color: #425275;
}
</style>