Shades of Regal Blue #173552
Tints of Regal Blue #173552
RGB
CMYK
RGB Variations
Color information
#173552 (or 0x173552) is known color: Regal Blue. HEX triplet: 17, 35 and 52. RGB value is (23,53,82). Sum of RGB (Red+Green+Blue) = 23+53+82=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #173552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173552 is #E8CAAD. Grayscale: #2F2F2F. Windows color (decimal): -15256238 or 5387543. OLE color: 5387543.
HSL color Cylindrical-coordinate representation of color #173552: hue angle of 209.49º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #173552 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 53 | 82 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.68 |
| HSL | 209.49º | 0.56% | 0.21% | - |
| HSV(B) | 209.49º | 0.72% | 0.32% | - |
| XYZ | 3.15 | 3.34 | 8.46 | - |
| YUV | 47.34 | 147.56 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 82 | 0.72 | 0.35 | 0 | 0.68 | 209.49 | 0.56 | 0.21 |
| Hex | 17 | 35 | 52 | 48 | 23 | 0 | 44 | D1 | 38 | 15 |
| Octal | 27 | 65 | 122 | 110 | 43 | 0 | 104 | 321 | 70 | 25 |
| Binary | 10111 | 110101 | 1010010 | 1001000 | 100011 | 0 | 1000100 | 11010001 | 111000 | 10101 |
Color Harmonies of #173552
Complementary color
Monochromatic Colors of #173552
Black with #173552
Text Example
Text Example
White with #173552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173552; }
p { color: rgb(23,53,82); }
H1.HeaderClassName
{
color: #173552;
}
.AnyTagClassName
{
color: #173552;
}
</style>
background-color css
<style>
a { background-color: #173552; }
a { background-color: rgb(23,53,82); }
div.DivClassName
{
background-color: #173552;
}
.BgClassName
{
background-color: #173552;
}
</style>
border-color css
<style>
span { border-color: #173552; }
span { border-color: rgb(23,53,82); }
td.TdClassName
{
border-color: #173552;
}
.TagClassName
{
border-color: #173552;
}
</style>