Shades of Bunting #172850
Tints of Bunting #172850
RGB
CMYK
RGB Variations
Color information
#172850 (or 0x172850) is known color: Bunting. HEX triplet: 17, 28 and 50. RGB value is (23,40,80). Sum of RGB (Red+Green+Blue) = 23+40+80=143 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.08% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #172850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172850 is #E8D7AF. Grayscale: #272727. Windows color (decimal): -15259568 or 5253143. OLE color: 5253143.
HSL color Cylindrical-coordinate representation of color #172850: hue angle of 222.11º 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 #172850 is Cyan = 0.71, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 40 | 80 | - |
| CMYK | 0.71 | 0.5 | 0 | 0.69 |
| HSL | 222.11º | 0.55% | 0.2% | - |
| HSV(B) | 222.11º | 0.71% | 0.31% | - |
| XYZ | 2.56 | 2.28 | 7.89 | - |
| YUV | 39.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 80 | 0.71 | 0.5 | 0 | 0.69 | 222.11 | 0.55 | 0.2 |
| Hex | 17 | 28 | 50 | 47 | 32 | 0 | 45 | DE | 37 | 14 |
| Octal | 27 | 50 | 120 | 107 | 62 | 0 | 105 | 336 | 67 | 24 |
| Binary | 10111 | 101000 | 1010000 | 1000111 | 110010 | 0 | 1000101 | 11011110 | 110111 | 10100 |
Color Harmonies of #172850
Complementary color
Monochromatic Colors of #172850
Black with #172850
Text Example
Text Example
White with #172850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172850; }
p { color: rgb(23,40,80); }
H1.HeaderClassName
{
color: #172850;
}
.AnyTagClassName
{
color: #172850;
}
</style>
background-color css
<style>
a { background-color: #172850; }
a { background-color: rgb(23,40,80); }
div.DivClassName
{
background-color: #172850;
}
.BgClassName
{
background-color: #172850;
}
</style>
border-color css
<style>
span { border-color: #172850; }
span { border-color: rgb(23,40,80); }
td.TdClassName
{
border-color: #172850;
}
.TagClassName
{
border-color: #172850;
}
</style>