Shades of Royal Blue #3172FD
Tints of Royal Blue #3172FD
RGB
CMYK
RGB Variations
Color information
#3172FD (or 0x3172FD) is known color: Royal Blue. HEX triplet: 31, 72 and FD. RGB value is (49,114,253). Sum of RGB (Red+Green+Blue) = 49+114+253=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #3172FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3172FD is #CE8D02. Grayscale: #6D6D6D. Windows color (decimal): -13536515 or 16609841. OLE color: 16609841.
HSL color Cylindrical-coordinate representation of color #3172FD: hue angle of 220.88º 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 #3172FD is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 114 | 253 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.01 |
| HSL | 220.88º | 0.98% | 0.59% | - |
| HSV(B) | 220.88º | 0.81% | 0.99% | - |
| XYZ | 25.01 | 19.78 | 95.43 | - |
| YUV | 110.41 | 208.47 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 114 | 253 | 0.81 | 0.55 | 0 | 0.01 | 220.88 | 0.98 | 0.59 |
| Hex | 31 | 72 | FD | 51 | 37 | 0 | 1 | DD | 62 | 3B |
| Octal | 61 | 162 | 375 | 121 | 67 | 0 | 1 | 335 | 142 | 73 |
| Binary | 110001 | 1110010 | 11111101 | 1010001 | 110111 | 0 | 1 | 11011101 | 1100010 | 111011 |
Color Harmonies of #3172FD
Complementary color
Monochromatic Colors of #3172FD
Black with #3172FD
Text Example
Text Example
White with #3172FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3172FD; }
p { color: rgb(49,114,253); }
H1.HeaderClassName
{
color: #3172FD;
}
.AnyTagClassName
{
color: #3172FD;
}
</style>
background-color css
<style>
a { background-color: #3172FD; }
a { background-color: rgb(49,114,253); }
div.DivClassName
{
background-color: #3172FD;
}
.BgClassName
{
background-color: #3172FD;
}
</style>
border-color css
<style>
span { border-color: #3172FD; }
span { border-color: rgb(49,114,253); }
td.TdClassName
{
border-color: #3172FD;
}
.TagClassName
{
border-color: #3172FD;
}
</style>