Shades of Bunting #17294C
Tints of Bunting #17294C
RGB
CMYK
RGB Variations
Color information
#17294C (or 0x17294C) is known color: Bunting. HEX triplet: 17, 29 and 4C. RGB value is (23,41,76). Sum of RGB (Red+Green+Blue) = 23+41+76=140 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.43% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #17294C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17294C is #E8D6B3. Grayscale: #272727. Windows color (decimal): -15259316 or 4991255. OLE color: 4991255.
HSL color Cylindrical-coordinate representation of color #17294C: hue angle of 219.62º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #17294C is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 41 | 76 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.70 |
| HSL | 219.62º | 0.54% | 0.19% | - |
| HSV(B) | 219.62º | 0.7% | 0.3% | - |
| XYZ | 2.45 | 2.29 | 7.15 | - |
| YUV | 39.61 | 148.54 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 76 | 0.70 | 0.46 | 0 | 0.70 | 219.62 | 0.54 | 0.19 |
| Hex | 17 | 29 | 4C | 46 | 2E | 0 | 46 | DC | 36 | 13 |
| Octal | 27 | 51 | 114 | 106 | 56 | 0 | 106 | 334 | 66 | 23 |
| Binary | 10111 | 101001 | 1001100 | 1000110 | 101110 | 0 | 1000110 | 11011100 | 110110 | 10011 |
Color Harmonies of #17294C
Complementary color
Monochromatic Colors of #17294C
Black with #17294C
Text Example
Text Example
White with #17294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17294C; }
p { color: rgb(23,41,76); }
H1.HeaderClassName
{
color: #17294C;
}
.AnyTagClassName
{
color: #17294C;
}
</style>
background-color css
<style>
a { background-color: #17294C; }
a { background-color: rgb(23,41,76); }
div.DivClassName
{
background-color: #17294C;
}
.BgClassName
{
background-color: #17294C;
}
</style>
border-color css
<style>
span { border-color: #17294C; }
span { border-color: rgb(23,41,76); }
td.TdClassName
{
border-color: #17294C;
}
.TagClassName
{
border-color: #17294C;
}
</style>