Shades of Regal Blue #17385E
Tints of Regal Blue #17385E
RGB
CMYK
RGB Variations
Color information
#17385E (or 0x17385E) is known color: Regal Blue. HEX triplet: 17, 38 and 5E. RGB value is (23,56,94). Sum of RGB (Red+Green+Blue) = 23+56+94=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #17385E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17385E is #E8C7A1. Grayscale: #323232. Windows color (decimal): -15255458 or 6174743. OLE color: 6174743.
HSL color Cylindrical-coordinate representation of color #17385E: hue angle of 212.11º 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 #17385E is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 56 | 94 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.63 |
| HSL | 212.11º | 0.61% | 0.23% | - |
| HSV(B) | 212.11º | 0.76% | 0.37% | - |
| XYZ | 3.79 | 3.82 | 11.13 | - |
| YUV | 50.47 | 152.57 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 94 | 0.76 | 0.40 | 0 | 0.63 | 212.11 | 0.61 | 0.23 |
| Hex | 17 | 38 | 5E | 4C | 28 | 0 | 3F | D4 | 3D | 17 |
| Octal | 27 | 70 | 136 | 114 | 50 | 0 | 77 | 324 | 75 | 27 |
| Binary | 10111 | 111000 | 1011110 | 1001100 | 101000 | 0 | 111111 | 11010100 | 111101 | 10111 |
Color Harmonies of #17385E
Complementary color
Monochromatic Colors of #17385E
Black with #17385E
Text Example
Text Example
White with #17385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17385E; }
p { color: rgb(23,56,94); }
H1.HeaderClassName
{
color: #17385E;
}
.AnyTagClassName
{
color: #17385E;
}
</style>
background-color css
<style>
a { background-color: #17385E; }
a { background-color: rgb(23,56,94); }
div.DivClassName
{
background-color: #17385E;
}
.BgClassName
{
background-color: #17385E;
}
</style>
border-color css
<style>
span { border-color: #17385E; }
span { border-color: rgb(23,56,94); }
td.TdClassName
{
border-color: #17385E;
}
.TagClassName
{
border-color: #17385E;
}
</style>