Shades of Smalt #17388C
Tints of Smalt #17388C
RGB
CMYK
RGB Variations
Color information
#17388C (or 0x17388C) is known color: Smalt. HEX triplet: 17, 38 and 8C. RGB value is (23,56,140). Sum of RGB (Red+Green+Blue) = 23+56+140=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #17388C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17388C is #E8C773. Grayscale: #373737. Windows color (decimal): -15255412 or 9189399. OLE color: 9189399.
HSL color Cylindrical-coordinate representation of color #17388C: hue angle of 223.08º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17388C is Cyan = 0.84, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 56 | 140 | - |
| CMYK | 0.84 | 0.6 | 0 | 0.45 |
| HSL | 223.08º | 0.72% | 0.32% | - |
| HSV(B) | 223.08º | 0.84% | 0.55% | - |
| XYZ | 6.5 | 4.9 | 25.41 | - |
| YUV | 55.71 | 175.57 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 140 | 0.84 | 0.6 | 0 | 0.45 | 223.08 | 0.72 | 0.32 |
| Hex | 17 | 38 | 8C | 54 | 3C | 0 | 2D | DF | 48 | 20 |
| Octal | 27 | 70 | 214 | 124 | 74 | 0 | 55 | 337 | 110 | 40 |
| Binary | 10111 | 111000 | 10001100 | 1010100 | 111100 | 0 | 101101 | 11011111 | 1001000 | 100000 |
Color Harmonies of #17388C
Complementary color
Monochromatic Colors of #17388C
Black with #17388C
Text Example
Text Example
White with #17388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17388C; }
p { color: rgb(23,56,140); }
H1.HeaderClassName
{
color: #17388C;
}
.AnyTagClassName
{
color: #17388C;
}
</style>
background-color css
<style>
a { background-color: #17388C; }
a { background-color: rgb(23,56,140); }
div.DivClassName
{
background-color: #17388C;
}
.BgClassName
{
background-color: #17388C;
}
</style>
border-color css
<style>
span { border-color: #17388C; }
span { border-color: rgb(23,56,140); }
td.TdClassName
{
border-color: #17388C;
}
.TagClassName
{
border-color: #17388C;
}
</style>