Shades of Resolution Blue #173282
Tints of Resolution Blue #173282
RGB
CMYK
RGB Variations
Color information
#173282 (or 0x173282) is known color: Resolution Blue. HEX triplet: 17, 32 and 82. RGB value is (23,50,130). Sum of RGB (Red+Green+Blue) = 23+50+130=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #173282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173282 is #E8CD7D. Grayscale: #323232. Windows color (decimal): -15256958 or 8532503. OLE color: 8532503.
HSL color Cylindrical-coordinate representation of color #173282: hue angle of 224.86º 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 #173282 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 50 | 130 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.49 |
| HSL | 224.86º | 0.7% | 0.3% | - |
| HSV(B) | 224.86º | 0.82% | 0.51% | - |
| XYZ | 5.52 | 4.08 | 21.61 | - |
| YUV | 51.05 | 172.55 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 130 | 0.82 | 0.62 | 0 | 0.49 | 224.86 | 0.7 | 0.3 |
| Hex | 17 | 32 | 82 | 52 | 3E | 0 | 31 | E1 | 46 | 1E |
| Octal | 27 | 62 | 202 | 122 | 76 | 0 | 61 | 341 | 106 | 36 |
| Binary | 10111 | 110010 | 10000010 | 1010010 | 111110 | 0 | 110001 | 11100001 | 1000110 | 11110 |
Color Harmonies of #173282
Complementary color
Monochromatic Colors of #173282
Black with #173282
Text Example
Text Example
White with #173282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173282; }
p { color: rgb(23,50,130); }
H1.HeaderClassName
{
color: #173282;
}
.AnyTagClassName
{
color: #173282;
}
</style>
background-color css
<style>
a { background-color: #173282; }
a { background-color: rgb(23,50,130); }
div.DivClassName
{
background-color: #173282;
}
.BgClassName
{
background-color: #173282;
}
</style>
border-color css
<style>
span { border-color: #173282; }
span { border-color: rgb(23,50,130); }
td.TdClassName
{
border-color: #173282;
}
.TagClassName
{
border-color: #173282;
}
</style>