Shades of Royal Blue #3172DF
Tints of Royal Blue #3172DF
RGB
CMYK
RGB Variations
Color information
#3172DF (or 0x3172DF) is known color: Royal Blue. HEX triplet: 31, 72 and DF. RGB value is (49,114,223). Sum of RGB (Red+Green+Blue) = 49+114+223=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #3172DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3172DF is #CE8D20. Grayscale: #6A6A6A. Windows color (decimal): -13536545 or 14643761. OLE color: 14643761.
HSL color Cylindrical-coordinate representation of color #3172DF: hue angle of 217.59º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3172DF is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 114 | 223 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.13 |
| HSL | 217.59º | 0.73% | 0.53% | - |
| HSV(B) | 217.59º | 0.78% | 0.87% | - |
| XYZ | 20.6 | 18.02 | 72.2 | - |
| YUV | 106.99 | 193.47 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 114 | 223 | 0.78 | 0.49 | 0 | 0.13 | 217.59 | 0.73 | 0.53 |
| Hex | 31 | 72 | DF | 4E | 31 | 0 | D | DA | 49 | 35 |
| Octal | 61 | 162 | 337 | 116 | 61 | 0 | 15 | 332 | 111 | 65 |
| Binary | 110001 | 1110010 | 11011111 | 1001110 | 110001 | 0 | 1101 | 11011010 | 1001001 | 110101 |
Color Harmonies of #3172DF
Complementary color
Monochromatic Colors of #3172DF
Black with #3172DF
Text Example
Text Example
White with #3172DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3172DF; }
p { color: rgb(49,114,223); }
H1.HeaderClassName
{
color: #3172DF;
}
.AnyTagClassName
{
color: #3172DF;
}
</style>
background-color css
<style>
a { background-color: #3172DF; }
a { background-color: rgb(49,114,223); }
div.DivClassName
{
background-color: #3172DF;
}
.BgClassName
{
background-color: #3172DF;
}
</style>
border-color css
<style>
span { border-color: #3172DF; }
span { border-color: rgb(49,114,223); }
td.TdClassName
{
border-color: #3172DF;
}
.TagClassName
{
border-color: #3172DF;
}
</style>