Shades of Royal Blue #3165FD
Tints of Royal Blue #3165FD
RGB
CMYK
RGB Variations
Color information
#3165FD (or 0x3165FD) is known color: Royal Blue. HEX triplet: 31, 65 and FD. RGB value is (49,101,253). Sum of RGB (Red+Green+Blue) = 49+101+253=403 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.16% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #3165FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3165FD is #CE9A02. Grayscale: #666666. Windows color (decimal): -13539843 or 16606513. OLE color: 16606513.
HSL color Cylindrical-coordinate representation of color #3165FD: hue angle of 224.71º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3165FD is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 101 | 253 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.01 |
| HSL | 224.71º | 0.98% | 0.59% | - |
| HSV(B) | 224.71º | 0.81% | 0.99% | - |
| XYZ | 23.65 | 17.05 | 94.97 | - |
| YUV | 102.78 | 212.77 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 253 | 0.81 | 0.60 | 0 | 0.01 | 224.71 | 0.98 | 0.59 |
| Hex | 31 | 65 | FD | 51 | 3C | 0 | 1 | E1 | 62 | 3B |
| Octal | 61 | 145 | 375 | 121 | 74 | 0 | 1 | 341 | 142 | 73 |
| Binary | 110001 | 1100101 | 11111101 | 1010001 | 111100 | 0 | 1 | 11100001 | 1100010 | 111011 |
Color Harmonies of #3165FD
Complementary color
Monochromatic Colors of #3165FD
Black with #3165FD
Text Example
Text Example
White with #3165FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3165FD; }
p { color: rgb(49,101,253); }
H1.HeaderClassName
{
color: #3165FD;
}
.AnyTagClassName
{
color: #3165FD;
}
</style>
background-color css
<style>
a { background-color: #3165FD; }
a { background-color: rgb(49,101,253); }
div.DivClassName
{
background-color: #3165FD;
}
.BgClassName
{
background-color: #3165FD;
}
</style>
border-color css
<style>
span { border-color: #3165FD; }
span { border-color: rgb(49,101,253); }
td.TdClassName
{
border-color: #3165FD;
}
.TagClassName
{
border-color: #3165FD;
}
</style>