Shades of Royal Blue #3164D0
Tints of Royal Blue #3164D0
RGB
CMYK
RGB Variations
Color information
#3164D0 (or 0x3164D0) is known color: Royal Blue. HEX triplet: 31, 64 and D0. RGB value is (49,100,208). Sum of RGB (Red+Green+Blue) = 49+100+208=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 208 (81.64% from 255 or 58.26% from 357); Max value from RGB is 208 - color contains mainly: blue. Hex color #3164D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3164D0 is #CE9B2F. Grayscale: #606060. Windows color (decimal): -13540144 or 13657137. OLE color: 13657137.
HSL color Cylindrical-coordinate representation of color #3164D0: hue angle of 220.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3164D0 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 100 | 208 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.18 |
| HSL | 220.75º | 0.63% | 0.5% | - |
| HSV(B) | 220.75º | 0.76% | 0.82% | - |
| XYZ | 17.21 | 14.32 | 61.53 | - |
| YUV | 97.06 | 190.6 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 208 | 0.76 | 0.52 | 0 | 0.18 | 220.75 | 0.63 | 0.5 |
| Hex | 31 | 64 | D0 | 4C | 34 | 0 | 12 | DD | 3F | 32 |
| Octal | 61 | 144 | 320 | 114 | 64 | 0 | 22 | 335 | 77 | 62 |
| Binary | 110001 | 1100100 | 11010000 | 1001100 | 110100 | 0 | 10010 | 11011101 | 111111 | 110010 |
Color Harmonies of #3164D0
Complementary color
Monochromatic Colors of #3164D0
Black with #3164D0
Text Example
Text Example
White with #3164D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3164D0; }
p { color: rgb(49,100,208); }
H1.HeaderClassName
{
color: #3164D0;
}
.AnyTagClassName
{
color: #3164D0;
}
</style>
background-color css
<style>
a { background-color: #3164D0; }
a { background-color: rgb(49,100,208); }
div.DivClassName
{
background-color: #3164D0;
}
.BgClassName
{
background-color: #3164D0;
}
</style>
border-color css
<style>
span { border-color: #3164D0; }
span { border-color: rgb(49,100,208); }
td.TdClassName
{
border-color: #3164D0;
}
.TagClassName
{
border-color: #3164D0;
}
</style>