Shades of Smalt #173283
Tints of Smalt #173283
RGB
CMYK
RGB Variations
Color information
#173283 (or 0x173283) is known color: Smalt. HEX triplet: 17, 32 and 83. RGB value is (23,50,131). Sum of RGB (Red+Green+Blue) = 23+50+131=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 131 (51.56% from 255 or 64.22% from 204); Max value from RGB is 131 - color contains mainly: blue. Hex color #173283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173283 is #E8CD7C. Grayscale: #323232. Windows color (decimal): -15256957 or 8598039. OLE color: 8598039.
HSL color Cylindrical-coordinate representation of color #173283: hue angle of 225º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #173283 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 50 | 131 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.49 |
| HSL | 225º | 0.7% | 0.3% | - |
| HSV(B) | 225º | 0.82% | 0.51% | - |
| XYZ | 5.59 | 4.1 | 21.97 | - |
| YUV | 51.16 | 173.05 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 131 | 0.82 | 0.62 | 0 | 0.49 | 225 | 0.7 | 0.3 |
| Hex | 17 | 32 | 83 | 52 | 3E | 0 | 31 | E1 | 46 | 1E |
| Octal | 27 | 62 | 203 | 122 | 76 | 0 | 61 | 341 | 106 | 36 |
| Binary | 10111 | 110010 | 10000011 | 1010010 | 111110 | 0 | 110001 | 11100001 | 1000110 | 11110 |
Color Harmonies of #173283
Complementary color
Monochromatic Colors of #173283
Black with #173283
Text Example
Text Example
White with #173283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173283; }
p { color: rgb(23,50,131); }
H1.HeaderClassName
{
color: #173283;
}
.AnyTagClassName
{
color: #173283;
}
</style>
background-color css
<style>
a { background-color: #173283; }
a { background-color: rgb(23,50,131); }
div.DivClassName
{
background-color: #173283;
}
.BgClassName
{
background-color: #173283;
}
</style>
border-color css
<style>
span { border-color: #173283; }
span { border-color: rgb(23,50,131); }
td.TdClassName
{
border-color: #173283;
}
.TagClassName
{
border-color: #173283;
}
</style>