Shades of Astronaut #425372
Tints of Astronaut #425372
RGB
CMYK
RGB Variations
Color information
#425372 (or 0x425372) is known color: Astronaut. HEX triplet: 42, 53 and 72. RGB value is (66,83,114). Sum of RGB (Red+Green+Blue) = 66+83+114=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #425372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425372 is #BDAC8D. Grayscale: #515151. Windows color (decimal): -12430478 or 7492418. OLE color: 7492418.
HSL color Cylindrical-coordinate representation of color #425372: hue angle of 218.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425372 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 83 | 114 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.55 |
| HSL | 218.75º | 0.27% | 0.35% | - |
| HSV(B) | 218.75º | 0.42% | 0.45% | - |
| XYZ | 8.38 | 8.56 | 17.13 | - |
| YUV | 81.45 | 146.37 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 114 | 0.42 | 0.27 | 0 | 0.55 | 218.75 | 0.27 | 0.35 |
| Hex | 42 | 53 | 72 | 2A | 1B | 0 | 37 | DB | 1B | 23 |
| Octal | 102 | 123 | 162 | 52 | 33 | 0 | 67 | 333 | 33 | 43 |
| Binary | 1000010 | 1010011 | 1110010 | 101010 | 11011 | 0 | 110111 | 11011011 | 11011 | 100011 |
Color Harmonies of #425372
Complementary color
Monochromatic Colors of #425372
Black with #425372
Text Example
Text Example
White with #425372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425372; }
p { color: rgb(66,83,114); }
H1.HeaderClassName
{
color: #425372;
}
.AnyTagClassName
{
color: #425372;
}
</style>
background-color css
<style>
a { background-color: #425372; }
a { background-color: rgb(66,83,114); }
div.DivClassName
{
background-color: #425372;
}
.BgClassName
{
background-color: #425372;
}
</style>
border-color css
<style>
span { border-color: #425372; }
span { border-color: rgb(66,83,114); }
td.TdClassName
{
border-color: #425372;
}
.TagClassName
{
border-color: #425372;
}
</style>