Shades of Regal Blue #173761
Tints of Regal Blue #173761
RGB
CMYK
RGB Variations
Color information
#173761 (or 0x173761) is known color: Regal Blue. HEX triplet: 17, 37 and 61. RGB value is (23,55,97). Sum of RGB (Red+Green+Blue) = 23+55+97=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #173761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173761 is #E8C89E. Grayscale: #323232. Windows color (decimal): -15255711 or 6371095. OLE color: 6371095.
HSL color Cylindrical-coordinate representation of color #173761: hue angle of 214.05º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #173761 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 55 | 97 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.62 |
| HSL | 214.05º | 0.62% | 0.24% | - |
| HSV(B) | 214.05º | 0.76% | 0.38% | - |
| XYZ | 3.88 | 3.78 | 11.83 | - |
| YUV | 50.22 | 154.4 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 55 | 97 | 0.76 | 0.43 | 0 | 0.62 | 214.05 | 0.62 | 0.24 |
| Hex | 17 | 37 | 61 | 4C | 2B | 0 | 3E | D6 | 3E | 18 |
| Octal | 27 | 67 | 141 | 114 | 53 | 0 | 76 | 326 | 76 | 30 |
| Binary | 10111 | 110111 | 1100001 | 1001100 | 101011 | 0 | 111110 | 11010110 | 111110 | 11000 |
Color Harmonies of #173761
Complementary color
Monochromatic Colors of #173761
Black with #173761
Text Example
Text Example
White with #173761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173761; }
p { color: rgb(23,55,97); }
H1.HeaderClassName
{
color: #173761;
}
.AnyTagClassName
{
color: #173761;
}
</style>
background-color css
<style>
a { background-color: #173761; }
a { background-color: rgb(23,55,97); }
div.DivClassName
{
background-color: #173761;
}
.BgClassName
{
background-color: #173761;
}
</style>
border-color css
<style>
span { border-color: #173761; }
span { border-color: rgb(23,55,97); }
td.TdClassName
{
border-color: #173761;
}
.TagClassName
{
border-color: #173761;
}
</style>