Shades of Regal Blue #173355
Tints of Regal Blue #173355
RGB
CMYK
RGB Variations
Color information
#173355 (or 0x173355) is known color: Regal Blue. HEX triplet: 17, 33 and 55. RGB value is (23,51,85). Sum of RGB (Red+Green+Blue) = 23+51+85=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #173355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173355 is #E8CCAA. Grayscale: #2E2E2E. Windows color (decimal): -15256747 or 5583639. OLE color: 5583639.
HSL color Cylindrical-coordinate representation of color #173355: hue angle of 212.9º 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 #173355 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 51 | 85 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.67 |
| HSL | 212.9º | 0.57% | 0.21% | - |
| HSV(B) | 212.9º | 0.73% | 0.33% | - |
| XYZ | 3.18 | 3.21 | 9.05 | - |
| YUV | 46.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 51 | 85 | 0.73 | 0.40 | 0 | 0.67 | 212.9 | 0.57 | 0.21 |
| Hex | 17 | 33 | 55 | 49 | 28 | 0 | 43 | D5 | 39 | 15 |
| Octal | 27 | 63 | 125 | 111 | 50 | 0 | 103 | 325 | 71 | 25 |
| Binary | 10111 | 110011 | 1010101 | 1001001 | 101000 | 0 | 1000011 | 11010101 | 111001 | 10101 |
Color Harmonies of #173355
Complementary color
Monochromatic Colors of #173355
Black with #173355
Text Example
Text Example
White with #173355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173355; }
p { color: rgb(23,51,85); }
H1.HeaderClassName
{
color: #173355;
}
.AnyTagClassName
{
color: #173355;
}
</style>
background-color css
<style>
a { background-color: #173355; }
a { background-color: rgb(23,51,85); }
div.DivClassName
{
background-color: #173355;
}
.BgClassName
{
background-color: #173355;
}
</style>
border-color css
<style>
span { border-color: #173355; }
span { border-color: rgb(23,51,85); }
td.TdClassName
{
border-color: #173355;
}
.TagClassName
{
border-color: #173355;
}
</style>