Shades of Astronaut #425371
Tints of Astronaut #425371
RGB
CMYK
RGB Variations
Color information
#425371 (or 0x425371) is known color: Astronaut. HEX triplet: 42, 53 and 71. RGB value is (66,83,113). Sum of RGB (Red+Green+Blue) = 66+83+113=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #425371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425371 is #BDAC8E. Grayscale: #515151. Windows color (decimal): -12430479 or 7426882. OLE color: 7426882.
HSL color Cylindrical-coordinate representation of color #425371: hue angle of 218.3º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425371 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 83 | 113 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.56 |
| HSL | 218.3º | 0.26% | 0.35% | - |
| HSV(B) | 218.3º | 0.42% | 0.44% | - |
| XYZ | 8.32 | 8.54 | 16.83 | - |
| YUV | 81.34 | 145.87 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 113 | 0.42 | 0.27 | 0 | 0.56 | 218.3 | 0.26 | 0.35 |
| Hex | 42 | 53 | 71 | 2A | 1B | 0 | 38 | DA | 1A | 23 |
| Octal | 102 | 123 | 161 | 52 | 33 | 0 | 70 | 332 | 32 | 43 |
| Binary | 1000010 | 1010011 | 1110001 | 101010 | 11011 | 0 | 111000 | 11011010 | 11010 | 100011 |
Color Harmonies of #425371
Complementary color
Monochromatic Colors of #425371
Black with #425371
Text Example
Text Example
White with #425371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425371; }
p { color: rgb(66,83,113); }
H1.HeaderClassName
{
color: #425371;
}
.AnyTagClassName
{
color: #425371;
}
</style>
background-color css
<style>
a { background-color: #425371; }
a { background-color: rgb(66,83,113); }
div.DivClassName
{
background-color: #425371;
}
.BgClassName
{
background-color: #425371;
}
</style>
border-color css
<style>
span { border-color: #425371; }
span { border-color: rgb(66,83,113); }
td.TdClassName
{
border-color: #425371;
}
.TagClassName
{
border-color: #425371;
}
</style>