Shades of Royal Blue #316BED
Tints of Royal Blue #316BED
RGB
CMYK
RGB Variations
Color information
#316BED (or 0x316BED) is known color: Royal Blue. HEX triplet: 31, 6B and ED. RGB value is (49,107,237). Sum of RGB (Red+Green+Blue) = 49+107+237=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #316BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316BED is #CE9412. Grayscale: #676767. Windows color (decimal): -13538323 or 15559473. OLE color: 15559473.
HSL color Cylindrical-coordinate representation of color #316BED: hue angle of 221.49º degrees, saturation: 0.84, 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 #316BED is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 107 | 237 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.07 |
| HSL | 221.49º | 0.84% | 0.56% | - |
| HSV(B) | 221.49º | 0.79% | 0.93% | - |
| XYZ | 21.81 | 17.28 | 82.31 | - |
| YUV | 104.48 | 202.78 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 237 | 0.79 | 0.55 | 0 | 0.07 | 221.49 | 0.84 | 0.56 |
| Hex | 31 | 6B | ED | 4F | 37 | 0 | 7 | DD | 54 | 38 |
| Octal | 61 | 153 | 355 | 117 | 67 | 0 | 7 | 335 | 124 | 70 |
| Binary | 110001 | 1101011 | 11101101 | 1001111 | 110111 | 0 | 111 | 11011101 | 1010100 | 111000 |
Color Harmonies of #316BED
Complementary color
Monochromatic Colors of #316BED
Black with #316BED
Text Example
Text Example
White with #316BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316BED; }
p { color: rgb(49,107,237); }
H1.HeaderClassName
{
color: #316BED;
}
.AnyTagClassName
{
color: #316BED;
}
</style>
background-color css
<style>
a { background-color: #316BED; }
a { background-color: rgb(49,107,237); }
div.DivClassName
{
background-color: #316BED;
}
.BgClassName
{
background-color: #316BED;
}
</style>
border-color css
<style>
span { border-color: #316BED; }
span { border-color: rgb(49,107,237); }
td.TdClassName
{
border-color: #316BED;
}
.TagClassName
{
border-color: #316BED;
}
</style>