Shades of Bunting #172D50
Tints of Bunting #172D50
RGB
CMYK
RGB Variations
Color information
#172D50 (or 0x172D50) is known color: Bunting. HEX triplet: 17, 2D and 50. RGB value is (23,45,80). Sum of RGB (Red+Green+Blue) = 23+45+80=148 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.54% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #172D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D50 is #E8D2AF. Grayscale: #2A2A2A. Windows color (decimal): -15258288 or 5254423. OLE color: 5254423.
HSL color Cylindrical-coordinate representation of color #172D50: hue angle of 216.84º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #172D50 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 45 | 80 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.69 |
| HSL | 216.84º | 0.55% | 0.2% | - |
| HSV(B) | 216.84º | 0.71% | 0.31% | - |
| XYZ | 2.74 | 2.64 | 7.95 | - |
| YUV | 42.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 80 | 0.71 | 0.44 | 0 | 0.69 | 216.84 | 0.55 | 0.2 |
| Hex | 17 | 2D | 50 | 47 | 2C | 0 | 45 | D9 | 37 | 14 |
| Octal | 27 | 55 | 120 | 107 | 54 | 0 | 105 | 331 | 67 | 24 |
| Binary | 10111 | 101101 | 1010000 | 1000111 | 101100 | 0 | 1000101 | 11011001 | 110111 | 10100 |
Color Harmonies of #172D50
Complementary color
Monochromatic Colors of #172D50
Black with #172D50
Text Example
Text Example
White with #172D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D50; }
p { color: rgb(23,45,80); }
H1.HeaderClassName
{
color: #172D50;
}
.AnyTagClassName
{
color: #172D50;
}
</style>
background-color css
<style>
a { background-color: #172D50; }
a { background-color: rgb(23,45,80); }
div.DivClassName
{
background-color: #172D50;
}
.BgClassName
{
background-color: #172D50;
}
</style>
border-color css
<style>
span { border-color: #172D50; }
span { border-color: rgb(23,45,80); }
td.TdClassName
{
border-color: #172D50;
}
.TagClassName
{
border-color: #172D50;
}
</style>