Shades of Astronaut Blue #174360
Tints of Astronaut Blue #174360
RGB
CMYK
RGB Variations
Color information
#174360 (or 0x174360) is known color: Astronaut Blue. HEX triplet: 17, 43 and 60. RGB value is (23,67,96). Sum of RGB (Red+Green+Blue) = 23+67+96=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #174360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174360 is #E8BC9F. Grayscale: #383838. Windows color (decimal): -15252640 or 6308631. OLE color: 6308631.
HSL color Cylindrical-coordinate representation of color #174360: hue angle of 203.84º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #174360 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 67 | 96 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.62 |
| HSL | 203.84º | 0.61% | 0.23% | - |
| HSV(B) | 203.84º | 0.76% | 0.38% | - |
| XYZ | 4.47 | 5.04 | 11.8 | - |
| YUV | 57.15 | 149.92 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 67 | 96 | 0.76 | 0.30 | 0 | 0.62 | 203.84 | 0.61 | 0.23 |
| Hex | 17 | 43 | 60 | 4C | 1E | 0 | 3E | CC | 3D | 17 |
| Octal | 27 | 103 | 140 | 114 | 36 | 0 | 76 | 314 | 75 | 27 |
| Binary | 10111 | 1000011 | 1100000 | 1001100 | 11110 | 0 | 111110 | 11001100 | 111101 | 10111 |
Color Harmonies of #174360
Complementary color
Monochromatic Colors of #174360
Black with #174360
Text Example
Text Example
White with #174360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174360; }
p { color: rgb(23,67,96); }
H1.HeaderClassName
{
color: #174360;
}
.AnyTagClassName
{
color: #174360;
}
</style>
background-color css
<style>
a { background-color: #174360; }
a { background-color: rgb(23,67,96); }
div.DivClassName
{
background-color: #174360;
}
.BgClassName
{
background-color: #174360;
}
</style>
border-color css
<style>
span { border-color: #174360; }
span { border-color: rgb(23,67,96); }
td.TdClassName
{
border-color: #174360;
}
.TagClassName
{
border-color: #174360;
}
</style>