Shades of Royal Blue #316CEC
Tints of Royal Blue #316CEC
RGB
CMYK
RGB Variations
Color information
#316CEC (or 0x316CEC) is known color: Royal Blue. HEX triplet: 31, 6C and EC. RGB value is (49,108,236). Sum of RGB (Red+Green+Blue) = 49+108+236=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #316CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316CEC is #CE9313. Grayscale: #686868. Windows color (decimal): -13538068 or 15494193. OLE color: 15494193.
HSL color Cylindrical-coordinate representation of color #316CEC: hue angle of 221.07º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #316CEC is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 108 | 236 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.07 |
| HSL | 221.07º | 0.83% | 0.56% | - |
| HSV(B) | 221.07º | 0.79% | 0.93% | - |
| XYZ | 21.77 | 17.43 | 81.57 | - |
| YUV | 104.95 | 201.95 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 236 | 0.79 | 0.54 | 0 | 0.07 | 221.07 | 0.83 | 0.56 |
| Hex | 31 | 6C | EC | 4F | 36 | 0 | 7 | DD | 53 | 38 |
| Octal | 61 | 154 | 354 | 117 | 66 | 0 | 7 | 335 | 123 | 70 |
| Binary | 110001 | 1101100 | 11101100 | 1001111 | 110110 | 0 | 111 | 11011101 | 1010011 | 111000 |
Color Harmonies of #316CEC
Complementary color
Monochromatic Colors of #316CEC
Black with #316CEC
Text Example
Text Example
White with #316CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316CEC; }
p { color: rgb(49,108,236); }
H1.HeaderClassName
{
color: #316CEC;
}
.AnyTagClassName
{
color: #316CEC;
}
</style>
background-color css
<style>
a { background-color: #316CEC; }
a { background-color: rgb(49,108,236); }
div.DivClassName
{
background-color: #316CEC;
}
.BgClassName
{
background-color: #316CEC;
}
</style>
border-color css
<style>
span { border-color: #316CEC; }
span { border-color: rgb(49,108,236); }
td.TdClassName
{
border-color: #316CEC;
}
.TagClassName
{
border-color: #316CEC;
}
</style>