Shades of Royal Blue #3176D5
Tints of Royal Blue #3176D5
RGB
CMYK
RGB Variations
Color information
#3176D5 (or 0x3176D5) is known color: Royal Blue. HEX triplet: 31, 76 and D5. RGB value is (49,118,213). Sum of RGB (Red+Green+Blue) = 49+118+213=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 213 (83.59% from 255 or 56.05% from 380); Max value from RGB is 213 - color contains mainly: blue. Hex color #3176D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3176D5 is #CE892A. Grayscale: #6B6B6B. Windows color (decimal): -13535531 or 13989425. OLE color: 13989425.
HSL color Cylindrical-coordinate representation of color #3176D5: hue angle of 214.76º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3176D5 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 118 | 213 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.16 |
| HSL | 214.76º | 0.66% | 0.51% | - |
| HSV(B) | 214.76º | 0.77% | 0.84% | - |
| XYZ | 19.76 | 18.41 | 65.46 | - |
| YUV | 108.2 | 187.14 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 213 | 0.77 | 0.45 | 0 | 0.16 | 214.76 | 0.66 | 0.51 |
| Hex | 31 | 76 | D5 | 4D | 2D | 0 | 10 | D7 | 42 | 33 |
| Octal | 61 | 166 | 325 | 115 | 55 | 0 | 20 | 327 | 102 | 63 |
| Binary | 110001 | 1110110 | 11010101 | 1001101 | 101101 | 0 | 10000 | 11010111 | 1000010 | 110011 |
Color Harmonies of #3176D5
Complementary color
Monochromatic Colors of #3176D5
Black with #3176D5
Text Example
Text Example
White with #3176D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3176D5; }
p { color: rgb(49,118,213); }
H1.HeaderClassName
{
color: #3176D5;
}
.AnyTagClassName
{
color: #3176D5;
}
</style>
background-color css
<style>
a { background-color: #3176D5; }
a { background-color: rgb(49,118,213); }
div.DivClassName
{
background-color: #3176D5;
}
.BgClassName
{
background-color: #3176D5;
}
</style>
border-color css
<style>
span { border-color: #3176D5; }
span { border-color: rgb(49,118,213); }
td.TdClassName
{
border-color: #3176D5;
}
.TagClassName
{
border-color: #3176D5;
}
</style>