Shades of Royal Blue #3172DC
Tints of Royal Blue #3172DC
RGB
CMYK
RGB Variations
Color information
#3172DC (or 0x3172DC) is known color: Royal Blue. HEX triplet: 31, 72 and DC. RGB value is (49,114,220). Sum of RGB (Red+Green+Blue) = 49+114+220=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #3172DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3172DC is #CE8D23. Grayscale: #6A6A6A. Windows color (decimal): -13536548 or 14447153. OLE color: 14447153.
HSL color Cylindrical-coordinate representation of color #3172DC: hue angle of 217.19º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3172DC is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 114 | 220 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.14 |
| HSL | 217.19º | 0.71% | 0.53% | - |
| HSV(B) | 217.19º | 0.78% | 0.86% | - |
| XYZ | 20.2 | 17.85 | 70.09 | - |
| YUV | 106.65 | 191.97 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 114 | 220 | 0.78 | 0.48 | 0 | 0.14 | 217.19 | 0.71 | 0.53 |
| Hex | 31 | 72 | DC | 4E | 30 | 0 | E | D9 | 47 | 35 |
| Octal | 61 | 162 | 334 | 116 | 60 | 0 | 16 | 331 | 107 | 65 |
| Binary | 110001 | 1110010 | 11011100 | 1001110 | 110000 | 0 | 1110 | 11011001 | 1000111 | 110101 |
Color Harmonies of #3172DC
Complementary color
Monochromatic Colors of #3172DC
Black with #3172DC
Text Example
Text Example
White with #3172DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3172DC; }
p { color: rgb(49,114,220); }
H1.HeaderClassName
{
color: #3172DC;
}
.AnyTagClassName
{
color: #3172DC;
}
</style>
background-color css
<style>
a { background-color: #3172DC; }
a { background-color: rgb(49,114,220); }
div.DivClassName
{
background-color: #3172DC;
}
.BgClassName
{
background-color: #3172DC;
}
</style>
border-color css
<style>
span { border-color: #3172DC; }
span { border-color: rgb(49,114,220); }
td.TdClassName
{
border-color: #3172DC;
}
.TagClassName
{
border-color: #3172DC;
}
</style>