Shades of Astronaut Blue #17435B
Tints of Astronaut Blue #17435B
RGB
CMYK
RGB Variations
Color information
#17435B (or 0x17435B) is known color: Astronaut Blue. HEX triplet: 17, 43 and 5B. RGB value is (23,67,91). Sum of RGB (Red+Green+Blue) = 23+67+91=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #17435B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17435B is #E8BCA4. Grayscale: #383838. Windows color (decimal): -15252645 or 5980951. OLE color: 5980951.
HSL color Cylindrical-coordinate representation of color #17435B: hue angle of 201.18º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17435B is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 67 | 91 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.64 |
| HSL | 201.18º | 0.6% | 0.22% | - |
| HSV(B) | 201.18º | 0.75% | 0.36% | - |
| XYZ | 4.25 | 4.95 | 10.63 | - |
| YUV | 56.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 67 | 91 | 0.75 | 0.26 | 0 | 0.64 | 201.18 | 0.6 | 0.22 |
| Hex | 17 | 43 | 5B | 4B | 1A | 0 | 40 | C9 | 3C | 16 |
| Octal | 27 | 103 | 133 | 113 | 32 | 0 | 100 | 311 | 74 | 26 |
| Binary | 10111 | 1000011 | 1011011 | 1001011 | 11010 | 0 | 1000000 | 11001001 | 111100 | 10110 |
Color Harmonies of #17435B
Complementary color
Monochromatic Colors of #17435B
Black with #17435B
Text Example
Text Example
White with #17435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17435B; }
p { color: rgb(23,67,91); }
H1.HeaderClassName
{
color: #17435B;
}
.AnyTagClassName
{
color: #17435B;
}
</style>
background-color css
<style>
a { background-color: #17435B; }
a { background-color: rgb(23,67,91); }
div.DivClassName
{
background-color: #17435B;
}
.BgClassName
{
background-color: #17435B;
}
</style>
border-color css
<style>
span { border-color: #17435B; }
span { border-color: rgb(23,67,91); }
td.TdClassName
{
border-color: #17435B;
}
.TagClassName
{
border-color: #17435B;
}
</style>