Shades of Astronaut Blue #17435D
Tints of Astronaut Blue #17435D
RGB
CMYK
RGB Variations
Color information
#17435D (or 0x17435D) is known color: Astronaut Blue. HEX triplet: 17, 43 and 5D. RGB value is (23,67,93). Sum of RGB (Red+Green+Blue) = 23+67+93=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #17435D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17435D is #E8BCA2. Grayscale: #383838. Windows color (decimal): -15252643 or 6112023. OLE color: 6112023.
HSL color Cylindrical-coordinate representation of color #17435D: hue angle of 202.29º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17435D is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 67 | 93 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.64 |
| HSL | 202.29º | 0.6% | 0.23% | - |
| HSV(B) | 202.29º | 0.75% | 0.36% | - |
| XYZ | 4.34 | 4.99 | 11.09 | - |
| YUV | 56.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 67 | 93 | 0.75 | 0.28 | 0 | 0.64 | 202.29 | 0.6 | 0.23 |
| Hex | 17 | 43 | 5D | 4B | 1C | 0 | 40 | CA | 3C | 17 |
| Octal | 27 | 103 | 135 | 113 | 34 | 0 | 100 | 312 | 74 | 27 |
| Binary | 10111 | 1000011 | 1011101 | 1001011 | 11100 | 0 | 1000000 | 11001010 | 111100 | 10111 |
Color Harmonies of #17435D
Complementary color
Monochromatic Colors of #17435D
Black with #17435D
Text Example
Text Example
White with #17435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17435D; }
p { color: rgb(23,67,93); }
H1.HeaderClassName
{
color: #17435D;
}
.AnyTagClassName
{
color: #17435D;
}
</style>
background-color css
<style>
a { background-color: #17435D; }
a { background-color: rgb(23,67,93); }
div.DivClassName
{
background-color: #17435D;
}
.BgClassName
{
background-color: #17435D;
}
</style>
border-color css
<style>
span { border-color: #17435D; }
span { border-color: rgb(23,67,93); }
td.TdClassName
{
border-color: #17435D;
}
.TagClassName
{
border-color: #17435D;
}
</style>