Shades of Royal Blue #3168FC
Tints of Royal Blue #3168FC
RGB
CMYK
RGB Variations
Color information
#3168FC (or 0x3168FC) is known color: Royal Blue. HEX triplet: 31, 68 and FC. RGB value is (49,104,252). Sum of RGB (Red+Green+Blue) = 49+104+252=405 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.10% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 252 (98.83% from 255 or 62.22% from 405); Max value from RGB is 252 - color contains mainly: blue. Hex color #3168FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3168FC is #CE9703. Grayscale: #676767. Windows color (decimal): -13539076 or 16541745. OLE color: 16541745.
HSL color Cylindrical-coordinate representation of color #3168FC: hue angle of 223.74º 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 #3168FC is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 104 | 252 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.01 |
| HSL | 223.74º | 0.97% | 0.59% | - |
| HSV(B) | 223.74º | 0.81% | 0.99% | - |
| XYZ | 23.79 | 17.58 | 94.24 | - |
| YUV | 104.43 | 211.28 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 104 | 252 | 0.81 | 0.59 | 0 | 0.01 | 223.74 | 0.97 | 0.59 |
| Hex | 31 | 68 | FC | 51 | 3B | 0 | 1 | E0 | 61 | 3B |
| Octal | 61 | 150 | 374 | 121 | 73 | 0 | 1 | 340 | 141 | 73 |
| Binary | 110001 | 1101000 | 11111100 | 1010001 | 111011 | 0 | 1 | 11100000 | 1100001 | 111011 |
Color Harmonies of #3168FC
Complementary color
Monochromatic Colors of #3168FC
Black with #3168FC
Text Example
Text Example
White with #3168FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3168FC; }
p { color: rgb(49,104,252); }
H1.HeaderClassName
{
color: #3168FC;
}
.AnyTagClassName
{
color: #3168FC;
}
</style>
background-color css
<style>
a { background-color: #3168FC; }
a { background-color: rgb(49,104,252); }
div.DivClassName
{
background-color: #3168FC;
}
.BgClassName
{
background-color: #3168FC;
}
</style>
border-color css
<style>
span { border-color: #3168FC; }
span { border-color: rgb(49,104,252); }
td.TdClassName
{
border-color: #3168FC;
}
.TagClassName
{
border-color: #3168FC;
}
</style>