Shades of Royal Blue #3176E8
Tints of Royal Blue #3176E8
RGB
CMYK
RGB Variations
Color information
#3176E8 (or 0x3176E8) is known color: Royal Blue. HEX triplet: 31, 76 and E8. RGB value is (49,118,232). Sum of RGB (Red+Green+Blue) = 49+118+232=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 232 (91.02% from 255 or 58.15% from 399); Max value from RGB is 232 - color contains mainly: blue. Hex color #3176E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3176E8 is #CE8917. Grayscale: #6D6D6D. Windows color (decimal): -13535512 or 15234609. OLE color: 15234609.
HSL color Cylindrical-coordinate representation of color #3176E8: hue angle of 217.38º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3176E8 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 118 | 232 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.09 |
| HSL | 217.38º | 0.8% | 0.55% | - |
| HSV(B) | 217.38º | 0.79% | 0.91% | - |
| XYZ | 22.31 | 19.44 | 78.92 | - |
| YUV | 110.37 | 196.64 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 232 | 0.79 | 0.49 | 0 | 0.09 | 217.38 | 0.8 | 0.55 |
| Hex | 31 | 76 | E8 | 4F | 31 | 0 | 9 | D9 | 50 | 37 |
| Octal | 61 | 166 | 350 | 117 | 61 | 0 | 11 | 331 | 120 | 67 |
| Binary | 110001 | 1110110 | 11101000 | 1001111 | 110001 | 0 | 1001 | 11011001 | 1010000 | 110111 |
Color Harmonies of #3176E8
Complementary color
Monochromatic Colors of #3176E8
Black with #3176E8
Text Example
Text Example
White with #3176E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3176E8; }
p { color: rgb(49,118,232); }
H1.HeaderClassName
{
color: #3176E8;
}
.AnyTagClassName
{
color: #3176E8;
}
</style>
background-color css
<style>
a { background-color: #3176E8; }
a { background-color: rgb(49,118,232); }
div.DivClassName
{
background-color: #3176E8;
}
.BgClassName
{
background-color: #3176E8;
}
</style>
border-color css
<style>
span { border-color: #3176E8; }
span { border-color: rgb(49,118,232); }
td.TdClassName
{
border-color: #3176E8;
}
.TagClassName
{
border-color: #3176E8;
}
</style>