Shades of Regal Blue #17385C
Tints of Regal Blue #17385C
RGB
CMYK
RGB Variations
Color information
#17385C (or 0x17385C) is known color: Regal Blue. HEX triplet: 17, 38 and 5C. RGB value is (23,56,92). Sum of RGB (Red+Green+Blue) = 23+56+92=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #17385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17385C is #E8C7A3. Grayscale: #323232. Windows color (decimal): -15255460 or 6043671. OLE color: 6043671.
HSL color Cylindrical-coordinate representation of color #17385C: hue angle of 211.3º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17385C is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 56 | 92 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.64 |
| HSL | 211.3º | 0.6% | 0.23% | - |
| HSV(B) | 211.3º | 0.75% | 0.36% | - |
| XYZ | 3.7 | 3.78 | 10.66 | - |
| YUV | 50.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 92 | 0.75 | 0.39 | 0 | 0.64 | 211.3 | 0.6 | 0.23 |
| Hex | 17 | 38 | 5C | 4B | 27 | 0 | 40 | D3 | 3C | 17 |
| Octal | 27 | 70 | 134 | 113 | 47 | 0 | 100 | 323 | 74 | 27 |
| Binary | 10111 | 111000 | 1011100 | 1001011 | 100111 | 0 | 1000000 | 11010011 | 111100 | 10111 |
Color Harmonies of #17385C
Complementary color
Monochromatic Colors of #17385C
Black with #17385C
Text Example
Text Example
White with #17385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17385C; }
p { color: rgb(23,56,92); }
H1.HeaderClassName
{
color: #17385C;
}
.AnyTagClassName
{
color: #17385C;
}
</style>
background-color css
<style>
a { background-color: #17385C; }
a { background-color: rgb(23,56,92); }
div.DivClassName
{
background-color: #17385C;
}
.BgClassName
{
background-color: #17385C;
}
</style>
border-color css
<style>
span { border-color: #17385C; }
span { border-color: rgb(23,56,92); }
td.TdClassName
{
border-color: #17385C;
}
.TagClassName
{
border-color: #17385C;
}
</style>