Shades of Royal Blue #3176DF
Tints of Royal Blue #3176DF
RGB
CMYK
RGB Variations
Color information
#3176DF (or 0x3176DF) is known color: Royal Blue. HEX triplet: 31, 76 and DF. RGB value is (49,118,223). Sum of RGB (Red+Green+Blue) = 49+118+223=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #3176DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3176DF is #CE8920. Grayscale: #6C6C6C. Windows color (decimal): -13535521 or 14644785. OLE color: 14644785.
HSL color Cylindrical-coordinate representation of color #3176DF: hue angle of 216.21º 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 #3176DF is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 118 | 223 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.13 |
| HSL | 216.21º | 0.73% | 0.53% | - |
| HSV(B) | 216.21º | 0.78% | 0.87% | - |
| XYZ | 21.06 | 18.94 | 72.36 | - |
| YUV | 109.34 | 192.14 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 223 | 0.78 | 0.47 | 0 | 0.13 | 216.21 | 0.73 | 0.53 |
| Hex | 31 | 76 | DF | 4E | 2F | 0 | D | D8 | 49 | 35 |
| Octal | 61 | 166 | 337 | 116 | 57 | 0 | 15 | 330 | 111 | 65 |
| Binary | 110001 | 1110110 | 11011111 | 1001110 | 101111 | 0 | 1101 | 11011000 | 1001001 | 110101 |
Color Harmonies of #3176DF
Complementary color
Monochromatic Colors of #3176DF
Black with #3176DF
Text Example
Text Example
White with #3176DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3176DF; }
p { color: rgb(49,118,223); }
H1.HeaderClassName
{
color: #3176DF;
}
.AnyTagClassName
{
color: #3176DF;
}
</style>
background-color css
<style>
a { background-color: #3176DF; }
a { background-color: rgb(49,118,223); }
div.DivClassName
{
background-color: #3176DF;
}
.BgClassName
{
background-color: #3176DF;
}
</style>
border-color css
<style>
span { border-color: #3176DF; }
span { border-color: rgb(49,118,223); }
td.TdClassName
{
border-color: #3176DF;
}
.TagClassName
{
border-color: #3176DF;
}
</style>