Shades of Regal Blue #173D55
Tints of Regal Blue #173D55
RGB
CMYK
RGB Variations
Color information
#173D55 (or 0x173D55) is known color: Regal Blue. HEX triplet: 17, 3D and 55. RGB value is (23,61,85). Sum of RGB (Red+Green+Blue) = 23+61+85=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #173D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173D55 is #E8C2AA. Grayscale: #343434. Windows color (decimal): -15254187 or 5586199. OLE color: 5586199.
HSL color Cylindrical-coordinate representation of color #173D55: hue angle of 203.23º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #173D55 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 61 | 85 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.67 |
| HSL | 203.23º | 0.57% | 0.21% | - |
| HSV(B) | 203.23º | 0.73% | 0.33% | - |
| XYZ | 3.66 | 4.18 | 9.21 | - |
| YUV | 52.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 85 | 0.73 | 0.28 | 0 | 0.67 | 203.23 | 0.57 | 0.21 |
| Hex | 17 | 3D | 55 | 49 | 1C | 0 | 43 | CB | 39 | 15 |
| Octal | 27 | 75 | 125 | 111 | 34 | 0 | 103 | 313 | 71 | 25 |
| Binary | 10111 | 111101 | 1010101 | 1001001 | 11100 | 0 | 1000011 | 11001011 | 111001 | 10101 |
Color Harmonies of #173D55
Complementary color
Monochromatic Colors of #173D55
Black with #173D55
Text Example
Text Example
White with #173D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173D55; }
p { color: rgb(23,61,85); }
H1.HeaderClassName
{
color: #173D55;
}
.AnyTagClassName
{
color: #173D55;
}
</style>
background-color css
<style>
a { background-color: #173D55; }
a { background-color: rgb(23,61,85); }
div.DivClassName
{
background-color: #173D55;
}
.BgClassName
{
background-color: #173D55;
}
</style>
border-color css
<style>
span { border-color: #173D55; }
span { border-color: rgb(23,61,85); }
td.TdClassName
{
border-color: #173D55;
}
.TagClassName
{
border-color: #173D55;
}
</style>