Shades of Royal Blue #3172F3
Tints of Royal Blue #3172F3
RGB
CMYK
RGB Variations
Color information
#3172F3 (or 0x3172F3) is known color: Royal Blue. HEX triplet: 31, 72 and F3. RGB value is (49,114,243). Sum of RGB (Red+Green+Blue) = 49+114+243=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 243 (95.31% from 255 or 59.85% from 406); Max value from RGB is 243 - color contains mainly: blue. Hex color #3172F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3172F3 is #CE8D0C. Grayscale: #6C6C6C. Windows color (decimal): -13536525 or 15954481. OLE color: 15954481.
HSL color Cylindrical-coordinate representation of color #3172F3: hue angle of 219.9º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3172F3 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 114 | 243 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.05 |
| HSL | 219.9º | 0.89% | 0.57% | - |
| HSV(B) | 219.9º | 0.8% | 0.95% | - |
| XYZ | 23.46 | 19.16 | 87.26 | - |
| YUV | 109.27 | 203.47 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 114 | 243 | 0.80 | 0.53 | 0 | 0.05 | 219.9 | 0.89 | 0.57 |
| Hex | 31 | 72 | F3 | 50 | 35 | 0 | 5 | DC | 59 | 39 |
| Octal | 61 | 162 | 363 | 120 | 65 | 0 | 5 | 334 | 131 | 71 |
| Binary | 110001 | 1110010 | 11110011 | 1010000 | 110101 | 0 | 101 | 11011100 | 1011001 | 111001 |
Color Harmonies of #3172F3
Complementary color
Monochromatic Colors of #3172F3
Black with #3172F3
Text Example
Text Example
White with #3172F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3172F3; }
p { color: rgb(49,114,243); }
H1.HeaderClassName
{
color: #3172F3;
}
.AnyTagClassName
{
color: #3172F3;
}
</style>
background-color css
<style>
a { background-color: #3172F3; }
a { background-color: rgb(49,114,243); }
div.DivClassName
{
background-color: #3172F3;
}
.BgClassName
{
background-color: #3172F3;
}
</style>
border-color css
<style>
span { border-color: #3172F3; }
span { border-color: rgb(49,114,243); }
td.TdClassName
{
border-color: #3172F3;
}
.TagClassName
{
border-color: #3172F3;
}
</style>