Shades of Royal Blue #3164DF
Tints of Royal Blue #3164DF
RGB
CMYK
RGB Variations
Color information
#3164DF (or 0x3164DF) is known color: Royal Blue. HEX triplet: 31, 64 and DF. RGB value is (49,100,223). Sum of RGB (Red+Green+Blue) = 49+100+223=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #3164DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3164DF is #CE9B20. Grayscale: #626262. Windows color (decimal): -13540129 or 14640177. OLE color: 14640177.
HSL color Cylindrical-coordinate representation of color #3164DF: hue angle of 222.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3164DF is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 100 | 223 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.13 |
| HSL | 222.41º | 0.73% | 0.53% | - |
| HSV(B) | 222.41º | 0.78% | 0.87% | - |
| XYZ | 19.14 | 15.1 | 71.72 | - |
| YUV | 98.77 | 198.1 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 223 | 0.78 | 0.55 | 0 | 0.13 | 222.41 | 0.73 | 0.53 |
| Hex | 31 | 64 | DF | 4E | 37 | 0 | D | DE | 49 | 35 |
| Octal | 61 | 144 | 337 | 116 | 67 | 0 | 15 | 336 | 111 | 65 |
| Binary | 110001 | 1100100 | 11011111 | 1001110 | 110111 | 0 | 1101 | 11011110 | 1001001 | 110101 |
Color Harmonies of #3164DF
Complementary color
Monochromatic Colors of #3164DF
Black with #3164DF
Text Example
Text Example
White with #3164DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3164DF; }
p { color: rgb(49,100,223); }
H1.HeaderClassName
{
color: #3164DF;
}
.AnyTagClassName
{
color: #3164DF;
}
</style>
background-color css
<style>
a { background-color: #3164DF; }
a { background-color: rgb(49,100,223); }
div.DivClassName
{
background-color: #3164DF;
}
.BgClassName
{
background-color: #3164DF;
}
</style>
border-color css
<style>
span { border-color: #3164DF; }
span { border-color: rgb(49,100,223); }
td.TdClassName
{
border-color: #3164DF;
}
.TagClassName
{
border-color: #3164DF;
}
</style>