Shades of Royal Blue #3179DF
Tints of Royal Blue #3179DF
RGB
CMYK
RGB Variations
Color information
#3179DF (or 0x3179DF) is known color: Royal Blue. HEX triplet: 31, 79 and DF. RGB value is (49,121,223). Sum of RGB (Red+Green+Blue) = 49+121+223=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #3179DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3179DF is #CE8620. Grayscale: #6E6E6E. Windows color (decimal): -13534753 or 14645553. OLE color: 14645553.
HSL color Cylindrical-coordinate representation of color #3179DF: hue angle of 215.17º 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 #3179DF is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 121 | 223 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.13 |
| HSL | 215.17º | 0.73% | 0.53% | - |
| HSV(B) | 215.17º | 0.78% | 0.87% | - |
| XYZ | 21.42 | 19.66 | 72.48 | - |
| YUV | 111.1 | 191.15 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 121 | 223 | 0.78 | 0.46 | 0 | 0.13 | 215.17 | 0.73 | 0.53 |
| Hex | 31 | 79 | DF | 4E | 2E | 0 | D | D7 | 49 | 35 |
| Octal | 61 | 171 | 337 | 116 | 56 | 0 | 15 | 327 | 111 | 65 |
| Binary | 110001 | 1111001 | 11011111 | 1001110 | 101110 | 0 | 1101 | 11010111 | 1001001 | 110101 |
Color Harmonies of #3179DF
Complementary color
Monochromatic Colors of #3179DF
Black with #3179DF
Text Example
Text Example
White with #3179DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3179DF; }
p { color: rgb(49,121,223); }
H1.HeaderClassName
{
color: #3179DF;
}
.AnyTagClassName
{
color: #3179DF;
}
</style>
background-color css
<style>
a { background-color: #3179DF; }
a { background-color: rgb(49,121,223); }
div.DivClassName
{
background-color: #3179DF;
}
.BgClassName
{
background-color: #3179DF;
}
</style>
border-color css
<style>
span { border-color: #3179DF; }
span { border-color: rgb(49,121,223); }
td.TdClassName
{
border-color: #3179DF;
}
.TagClassName
{
border-color: #3179DF;
}
</style>