Shades of Royal Blue #3164FA
Tints of Royal Blue #3164FA
RGB
CMYK
RGB Variations
Color information
#3164FA (or 0x3164FA) is known color: Royal Blue. HEX triplet: 31, 64 and FA. RGB value is (49,100,250). Sum of RGB (Red+Green+Blue) = 49+100+250=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #3164FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3164FA is #CE9B05. Grayscale: #656565. Windows color (decimal): -13540102 or 16409649. OLE color: 16409649.
HSL color Cylindrical-coordinate representation of color #3164FA: hue angle of 224.78º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3164FA is Cyan = 0.80, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 100 | 250 | - |
| CMYK | 0.80 | 0.6 | 0 | 0.02 |
| HSL | 224.78º | 0.95% | 0.59% | - |
| HSV(B) | 224.78º | 0.8% | 0.98% | - |
| XYZ | 23.08 | 16.67 | 92.44 | - |
| YUV | 101.85 | 211.6 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 250 | 0.80 | 0.6 | 0 | 0.02 | 224.78 | 0.95 | 0.59 |
| Hex | 31 | 64 | FA | 50 | 3C | 0 | 2 | E1 | 5F | 3B |
| Octal | 61 | 144 | 372 | 120 | 74 | 0 | 2 | 341 | 137 | 73 |
| Binary | 110001 | 1100100 | 11111010 | 1010000 | 111100 | 0 | 10 | 11100001 | 1011111 | 111011 |
Color Harmonies of #3164FA
Complementary color
Monochromatic Colors of #3164FA
Black with #3164FA
Text Example
Text Example
White with #3164FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3164FA; }
p { color: rgb(49,100,250); }
H1.HeaderClassName
{
color: #3164FA;
}
.AnyTagClassName
{
color: #3164FA;
}
</style>
background-color css
<style>
a { background-color: #3164FA; }
a { background-color: rgb(49,100,250); }
div.DivClassName
{
background-color: #3164FA;
}
.BgClassName
{
background-color: #3164FA;
}
</style>
border-color css
<style>
span { border-color: #3164FA; }
span { border-color: rgb(49,100,250); }
td.TdClassName
{
border-color: #3164FA;
}
.TagClassName
{
border-color: #3164FA;
}
</style>