Shades of Royal Blue #316CFC
Tints of Royal Blue #316CFC
RGB
CMYK
RGB Variations
Color information
#316CFC (or 0x316CFC) is known color: Royal Blue. HEX triplet: 31, 6C and FC. RGB value is (49,108,252). Sum of RGB (Red+Green+Blue) = 49+108+252=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #316CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316CFC is #CE9303. Grayscale: #6A6A6A. Windows color (decimal): -13538052 or 16542769. OLE color: 16542769.
HSL color Cylindrical-coordinate representation of color #316CFC: hue angle of 222.56º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #316CFC is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 108 | 252 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.01 |
| HSL | 222.56º | 0.97% | 0.59% | - |
| HSV(B) | 222.56º | 0.81% | 0.99% | - |
| XYZ | 24.2 | 18.41 | 94.37 | - |
| YUV | 106.78 | 209.95 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 252 | 0.81 | 0.57 | 0 | 0.01 | 222.56 | 0.97 | 0.59 |
| Hex | 31 | 6C | FC | 51 | 39 | 0 | 1 | DF | 61 | 3B |
| Octal | 61 | 154 | 374 | 121 | 71 | 0 | 1 | 337 | 141 | 73 |
| Binary | 110001 | 1101100 | 11111100 | 1010001 | 111001 | 0 | 1 | 11011111 | 1100001 | 111011 |
Color Harmonies of #316CFC
Complementary color
Monochromatic Colors of #316CFC
Black with #316CFC
Text Example
Text Example
White with #316CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316CFC; }
p { color: rgb(49,108,252); }
H1.HeaderClassName
{
color: #316CFC;
}
.AnyTagClassName
{
color: #316CFC;
}
</style>
background-color css
<style>
a { background-color: #316CFC; }
a { background-color: rgb(49,108,252); }
div.DivClassName
{
background-color: #316CFC;
}
.BgClassName
{
background-color: #316CFC;
}
</style>
border-color css
<style>
span { border-color: #316CFC; }
span { border-color: rgb(49,108,252); }
td.TdClassName
{
border-color: #316CFC;
}
.TagClassName
{
border-color: #316CFC;
}
</style>