Shades of Bunting #172C4F
Tints of Bunting #172C4F
RGB
CMYK
RGB Variations
Color information
#172C4F (or 0x172C4F) is known color: Bunting. HEX triplet: 17, 2C and 4F. RGB value is (23,44,79). Sum of RGB (Red+Green+Blue) = 23+44+79=146 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.75% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #172C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C4F is #E8D3B0. Grayscale: #292929. Windows color (decimal): -15258545 or 5188631. OLE color: 5188631.
HSL color Cylindrical-coordinate representation of color #172C4F: hue angle of 217.5º 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 #172C4F is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 44 | 79 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.69 |
| HSL | 217.5º | 0.55% | 0.2% | - |
| HSV(B) | 217.5º | 0.71% | 0.31% | - |
| XYZ | 2.67 | 2.55 | 7.75 | - |
| YUV | 41.71 | 149.04 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 79 | 0.71 | 0.44 | 0 | 0.69 | 217.5 | 0.55 | 0.2 |
| Hex | 17 | 2C | 4F | 47 | 2C | 0 | 45 | DA | 37 | 14 |
| Octal | 27 | 54 | 117 | 107 | 54 | 0 | 105 | 332 | 67 | 24 |
| Binary | 10111 | 101100 | 1001111 | 1000111 | 101100 | 0 | 1000101 | 11011010 | 110111 | 10100 |
Color Harmonies of #172C4F
Complementary color
Monochromatic Colors of #172C4F
Black with #172C4F
Text Example
Text Example
White with #172C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C4F; }
p { color: rgb(23,44,79); }
H1.HeaderClassName
{
color: #172C4F;
}
.AnyTagClassName
{
color: #172C4F;
}
</style>
background-color css
<style>
a { background-color: #172C4F; }
a { background-color: rgb(23,44,79); }
div.DivClassName
{
background-color: #172C4F;
}
.BgClassName
{
background-color: #172C4F;
}
</style>
border-color css
<style>
span { border-color: #172C4F; }
span { border-color: rgb(23,44,79); }
td.TdClassName
{
border-color: #172C4F;
}
.TagClassName
{
border-color: #172C4F;
}
</style>