Shades of Bunting #172B54
Tints of Bunting #172B54
RGB
CMYK
RGB Variations
Color information
#172B54 (or 0x172B54) is known color: Bunting. HEX triplet: 17, 2B and 54. RGB value is (23,43,84). Sum of RGB (Red+Green+Blue) = 23+43+84=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #172B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B54 is #E8D4AB. Grayscale: #292929. Windows color (decimal): -15258796 or 5516055. OLE color: 5516055.
HSL color Cylindrical-coordinate representation of color #172B54: hue angle of 220.33º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #172B54 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 43 | 84 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.67 |
| HSL | 220.33º | 0.57% | 0.21% | - |
| HSV(B) | 220.33º | 0.73% | 0.33% | - |
| XYZ | 2.82 | 2.55 | 8.73 | - |
| YUV | 41.69 | 151.87 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 84 | 0.73 | 0.49 | 0 | 0.67 | 220.33 | 0.57 | 0.21 |
| Hex | 17 | 2B | 54 | 49 | 31 | 0 | 43 | DC | 39 | 15 |
| Octal | 27 | 53 | 124 | 111 | 61 | 0 | 103 | 334 | 71 | 25 |
| Binary | 10111 | 101011 | 1010100 | 1001001 | 110001 | 0 | 1000011 | 11011100 | 111001 | 10101 |
Color Harmonies of #172B54
Complementary color
Monochromatic Colors of #172B54
Black with #172B54
Text Example
Text Example
White with #172B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B54; }
p { color: rgb(23,43,84); }
H1.HeaderClassName
{
color: #172B54;
}
.AnyTagClassName
{
color: #172B54;
}
</style>
background-color css
<style>
a { background-color: #172B54; }
a { background-color: rgb(23,43,84); }
div.DivClassName
{
background-color: #172B54;
}
.BgClassName
{
background-color: #172B54;
}
</style>
border-color css
<style>
span { border-color: #172B54; }
span { border-color: rgb(23,43,84); }
td.TdClassName
{
border-color: #172B54;
}
.TagClassName
{
border-color: #172B54;
}
</style>