Shades of Royal Blue #3164CF
Tints of Royal Blue #3164CF
RGB
CMYK
RGB Variations
Color information
#3164CF (or 0x3164CF) is known color: Royal Blue. HEX triplet: 31, 64 and CF. RGB value is (49,100,207). Sum of RGB (Red+Green+Blue) = 49+100+207=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #3164CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3164CF is #CE9B30. Grayscale: #606060. Windows color (decimal): -13540145 or 13591601. OLE color: 13591601.
HSL color Cylindrical-coordinate representation of color #3164CF: hue angle of 220.63º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3164CF is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 100 | 207 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.19 |
| HSL | 220.63º | 0.62% | 0.5% | - |
| HSV(B) | 220.63º | 0.76% | 0.81% | - |
| XYZ | 17.09 | 14.27 | 60.89 | - |
| YUV | 96.95 | 190.1 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 207 | 0.76 | 0.52 | 0 | 0.19 | 220.63 | 0.62 | 0.5 |
| Hex | 31 | 64 | CF | 4C | 34 | 0 | 13 | DD | 3E | 32 |
| Octal | 61 | 144 | 317 | 114 | 64 | 0 | 23 | 335 | 76 | 62 |
| Binary | 110001 | 1100100 | 11001111 | 1001100 | 110100 | 0 | 10011 | 11011101 | 111110 | 110010 |
Color Harmonies of #3164CF
Complementary color
Monochromatic Colors of #3164CF
Black with #3164CF
Text Example
Text Example
White with #3164CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3164CF; }
p { color: rgb(49,100,207); }
H1.HeaderClassName
{
color: #3164CF;
}
.AnyTagClassName
{
color: #3164CF;
}
</style>
background-color css
<style>
a { background-color: #3164CF; }
a { background-color: rgb(49,100,207); }
div.DivClassName
{
background-color: #3164CF;
}
.BgClassName
{
background-color: #3164CF;
}
</style>
border-color css
<style>
span { border-color: #3164CF; }
span { border-color: rgb(49,100,207); }
td.TdClassName
{
border-color: #3164CF;
}
.TagClassName
{
border-color: #3164CF;
}
</style>