Shades of Royal Blue #3168F6
Tints of Royal Blue #3168F6
RGB
CMYK
RGB Variations
Color information
#3168F6 (or 0x3168F6) is known color: Royal Blue. HEX triplet: 31, 68 and F6. RGB value is (49,104,246). Sum of RGB (Red+Green+Blue) = 49+104+246=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 246 (96.48% from 255 or 61.65% from 399); Max value from RGB is 246 - color contains mainly: blue. Hex color #3168F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3168F6 is #CE9709. Grayscale: #676767. Windows color (decimal): -13539082 or 16148529. OLE color: 16148529.
HSL color Cylindrical-coordinate representation of color #3168F6: hue angle of 223.25º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3168F6 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 104 | 246 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.04 |
| HSL | 223.25º | 0.92% | 0.58% | - |
| HSV(B) | 223.25º | 0.8% | 0.96% | - |
| XYZ | 22.85 | 17.21 | 89.31 | - |
| YUV | 103.74 | 208.28 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 104 | 246 | 0.80 | 0.58 | 0 | 0.04 | 223.25 | 0.92 | 0.58 |
| Hex | 31 | 68 | F6 | 50 | 3A | 0 | 4 | DF | 5C | 3A |
| Octal | 61 | 150 | 366 | 120 | 72 | 0 | 4 | 337 | 134 | 72 |
| Binary | 110001 | 1101000 | 11110110 | 1010000 | 111010 | 0 | 100 | 11011111 | 1011100 | 111010 |
Color Harmonies of #3168F6
Complementary color
Monochromatic Colors of #3168F6
Black with #3168F6
Text Example
Text Example
White with #3168F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3168F6; }
p { color: rgb(49,104,246); }
H1.HeaderClassName
{
color: #3168F6;
}
.AnyTagClassName
{
color: #3168F6;
}
</style>
background-color css
<style>
a { background-color: #3168F6; }
a { background-color: rgb(49,104,246); }
div.DivClassName
{
background-color: #3168F6;
}
.BgClassName
{
background-color: #3168F6;
}
</style>
border-color css
<style>
span { border-color: #3168F6; }
span { border-color: rgb(49,104,246); }
td.TdClassName
{
border-color: #3168F6;
}
.TagClassName
{
border-color: #3168F6;
}
</style>