Shades of Royal Blue #3168EF
Tints of Royal Blue #3168EF
RGB
CMYK
RGB Variations
Color information
#3168EF (or 0x3168EF) is known color: Royal Blue. HEX triplet: 31, 68 and EF. RGB value is (49,104,239). Sum of RGB (Red+Green+Blue) = 49+104+239=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #3168EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3168EF is #CE9710. Grayscale: #666666. Windows color (decimal): -13539089 or 15689777. OLE color: 15689777.
HSL color Cylindrical-coordinate representation of color #3168EF: hue angle of 222.63º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3168EF is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 104 | 239 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.06 |
| HSL | 222.63º | 0.86% | 0.56% | - |
| HSV(B) | 222.63º | 0.79% | 0.94% | - |
| XYZ | 21.8 | 16.79 | 83.75 | - |
| YUV | 102.95 | 204.78 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 104 | 239 | 0.79 | 0.56 | 0 | 0.06 | 222.63 | 0.86 | 0.56 |
| Hex | 31 | 68 | EF | 4F | 38 | 0 | 6 | DF | 56 | 38 |
| Octal | 61 | 150 | 357 | 117 | 70 | 0 | 6 | 337 | 126 | 70 |
| Binary | 110001 | 1101000 | 11101111 | 1001111 | 111000 | 0 | 110 | 11011111 | 1010110 | 111000 |
Color Harmonies of #3168EF
Complementary color
Monochromatic Colors of #3168EF
Black with #3168EF
Text Example
Text Example
White with #3168EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3168EF; }
p { color: rgb(49,104,239); }
H1.HeaderClassName
{
color: #3168EF;
}
.AnyTagClassName
{
color: #3168EF;
}
</style>
background-color css
<style>
a { background-color: #3168EF; }
a { background-color: rgb(49,104,239); }
div.DivClassName
{
background-color: #3168EF;
}
.BgClassName
{
background-color: #3168EF;
}
</style>
border-color css
<style>
span { border-color: #3168EF; }
span { border-color: rgb(49,104,239); }
td.TdClassName
{
border-color: #3168EF;
}
.TagClassName
{
border-color: #3168EF;
}
</style>