Shades of Royal Blue #3170CF
Tints of Royal Blue #3170CF
RGB
CMYK
RGB Variations
Color information
#3170CF (or 0x3170CF) is known color: Royal Blue. HEX triplet: 31, 70 and CF. RGB value is (49,112,207). Sum of RGB (Red+Green+Blue) = 49+112+207=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #3170CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3170CF is #CE8F30. Grayscale: #676767. Windows color (decimal): -13537073 or 13594673. OLE color: 13594673.
HSL color Cylindrical-coordinate representation of color #3170CF: hue angle of 216.08º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3170CF is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 112 | 207 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.19 |
| HSL | 216.08º | 0.62% | 0.5% | - |
| HSV(B) | 216.08º | 0.76% | 0.81% | - |
| XYZ | 18.32 | 16.75 | 61.3 | - |
| YUV | 103.99 | 186.13 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 112 | 207 | 0.76 | 0.46 | 0 | 0.19 | 216.08 | 0.62 | 0.5 |
| Hex | 31 | 70 | CF | 4C | 2E | 0 | 13 | D8 | 3E | 32 |
| Octal | 61 | 160 | 317 | 114 | 56 | 0 | 23 | 330 | 76 | 62 |
| Binary | 110001 | 1110000 | 11001111 | 1001100 | 101110 | 0 | 10011 | 11011000 | 111110 | 110010 |
Color Harmonies of #3170CF
Complementary color
Monochromatic Colors of #3170CF
Black with #3170CF
Text Example
Text Example
White with #3170CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3170CF; }
p { color: rgb(49,112,207); }
H1.HeaderClassName
{
color: #3170CF;
}
.AnyTagClassName
{
color: #3170CF;
}
</style>
background-color css
<style>
a { background-color: #3170CF; }
a { background-color: rgb(49,112,207); }
div.DivClassName
{
background-color: #3170CF;
}
.BgClassName
{
background-color: #3170CF;
}
</style>
border-color css
<style>
span { border-color: #3170CF; }
span { border-color: rgb(49,112,207); }
td.TdClassName
{
border-color: #3170CF;
}
.TagClassName
{
border-color: #3170CF;
}
</style>