Shades of Regal Blue #17375F
Tints of Regal Blue #17375F
RGB
CMYK
RGB Variations
Color information
#17375F (or 0x17375F) is known color: Regal Blue. HEX triplet: 17, 37 and 5F. RGB value is (23,55,95). Sum of RGB (Red+Green+Blue) = 23+55+95=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #17375F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17375F is #E8C8A0. Grayscale: #313131. Windows color (decimal): -15255713 or 6240023. OLE color: 6240023.
HSL color Cylindrical-coordinate representation of color #17375F: hue angle of 213.33º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17375F is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 55 | 95 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.63 |
| HSL | 213.33º | 0.61% | 0.23% | - |
| HSV(B) | 213.33º | 0.76% | 0.37% | - |
| XYZ | 3.79 | 3.74 | 11.35 | - |
| YUV | 49.99 | 153.4 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 55 | 95 | 0.76 | 0.42 | 0 | 0.63 | 213.33 | 0.61 | 0.23 |
| Hex | 17 | 37 | 5F | 4C | 2A | 0 | 3F | D5 | 3D | 17 |
| Octal | 27 | 67 | 137 | 114 | 52 | 0 | 77 | 325 | 75 | 27 |
| Binary | 10111 | 110111 | 1011111 | 1001100 | 101010 | 0 | 111111 | 11010101 | 111101 | 10111 |
Color Harmonies of #17375F
Complementary color
Monochromatic Colors of #17375F
Black with #17375F
Text Example
Text Example
White with #17375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17375F; }
p { color: rgb(23,55,95); }
H1.HeaderClassName
{
color: #17375F;
}
.AnyTagClassName
{
color: #17375F;
}
</style>
background-color css
<style>
a { background-color: #17375F; }
a { background-color: rgb(23,55,95); }
div.DivClassName
{
background-color: #17375F;
}
.BgClassName
{
background-color: #17375F;
}
</style>
border-color css
<style>
span { border-color: #17375F; }
span { border-color: rgb(23,55,95); }
td.TdClassName
{
border-color: #17375F;
}
.TagClassName
{
border-color: #17375F;
}
</style>