Shades of Royal Blue #316FCF
Tints of Royal Blue #316FCF
RGB
CMYK
RGB Variations
Color information
#316FCF (or 0x316FCF) is known color: Royal Blue. HEX triplet: 31, 6F and CF. RGB value is (49,111,207). Sum of RGB (Red+Green+Blue) = 49+111+207=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #316FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316FCF is #CE9030. Grayscale: #666666. Windows color (decimal): -13537329 or 13594417. OLE color: 13594417.
HSL color Cylindrical-coordinate representation of color #316FCF: hue angle of 216.46º 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 #316FCF is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 111 | 207 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.19 |
| HSL | 216.46º | 0.62% | 0.5% | - |
| HSV(B) | 216.46º | 0.76% | 0.81% | - |
| XYZ | 18.21 | 16.53 | 61.26 | - |
| YUV | 103.41 | 186.46 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 207 | 0.76 | 0.46 | 0 | 0.19 | 216.46 | 0.62 | 0.5 |
| Hex | 31 | 6F | CF | 4C | 2E | 0 | 13 | D8 | 3E | 32 |
| Octal | 61 | 157 | 317 | 114 | 56 | 0 | 23 | 330 | 76 | 62 |
| Binary | 110001 | 1101111 | 11001111 | 1001100 | 101110 | 0 | 10011 | 11011000 | 111110 | 110010 |
Color Harmonies of #316FCF
Complementary color
Monochromatic Colors of #316FCF
Black with #316FCF
Text Example
Text Example
White with #316FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316FCF; }
p { color: rgb(49,111,207); }
H1.HeaderClassName
{
color: #316FCF;
}
.AnyTagClassName
{
color: #316FCF;
}
</style>
background-color css
<style>
a { background-color: #316FCF; }
a { background-color: rgb(49,111,207); }
div.DivClassName
{
background-color: #316FCF;
}
.BgClassName
{
background-color: #316FCF;
}
</style>
border-color css
<style>
span { border-color: #316FCF; }
span { border-color: rgb(49,111,207); }
td.TdClassName
{
border-color: #316FCF;
}
.TagClassName
{
border-color: #316FCF;
}
</style>