Shades of Royal Blue #3176FA
Tints of Royal Blue #3176FA
RGB
CMYK
RGB Variations
Color information
#3176FA (or 0x3176FA) is known color: Royal Blue. HEX triplet: 31, 76 and FA. RGB value is (49,118,250). Sum of RGB (Red+Green+Blue) = 49+118+250=417 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.75% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #3176FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3176FA is #CE8905. Grayscale: #6F6F6F. Windows color (decimal): -13535494 or 16414257. OLE color: 16414257.
HSL color Cylindrical-coordinate representation of color #3176FA: hue angle of 219.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3176FA is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 118 | 250 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.02 |
| HSL | 219.4º | 0.95% | 0.59% | - |
| HSV(B) | 219.4º | 0.8% | 0.98% | - |
| XYZ | 25 | 20.51 | 93.08 | - |
| YUV | 112.42 | 205.64 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 250 | 0.80 | 0.53 | 0 | 0.02 | 219.4 | 0.95 | 0.59 |
| Hex | 31 | 76 | FA | 50 | 35 | 0 | 2 | DB | 5F | 3B |
| Octal | 61 | 166 | 372 | 120 | 65 | 0 | 2 | 333 | 137 | 73 |
| Binary | 110001 | 1110110 | 11111010 | 1010000 | 110101 | 0 | 10 | 11011011 | 1011111 | 111011 |
Color Harmonies of #3176FA
Complementary color
Monochromatic Colors of #3176FA
Black with #3176FA
Text Example
Text Example
White with #3176FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3176FA; }
p { color: rgb(49,118,250); }
H1.HeaderClassName
{
color: #3176FA;
}
.AnyTagClassName
{
color: #3176FA;
}
</style>
background-color css
<style>
a { background-color: #3176FA; }
a { background-color: rgb(49,118,250); }
div.DivClassName
{
background-color: #3176FA;
}
.BgClassName
{
background-color: #3176FA;
}
</style>
border-color css
<style>
span { border-color: #3176FA; }
span { border-color: rgb(49,118,250); }
td.TdClassName
{
border-color: #3176FA;
}
.TagClassName
{
border-color: #3176FA;
}
</style>