Shades of Royal Blue #3176EA
Tints of Royal Blue #3176EA
RGB
CMYK
RGB Variations
Color information
#3176EA (or 0x3176EA) is known color: Royal Blue. HEX triplet: 31, 76 and EA. RGB value is (49,118,234). Sum of RGB (Red+Green+Blue) = 49+118+234=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #3176EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3176EA is #CE8915. Grayscale: #6E6E6E. Windows color (decimal): -13535510 or 15365681. OLE color: 15365681.
HSL color Cylindrical-coordinate representation of color #3176EA: hue angle of 217.62º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3176EA is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 118 | 234 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.08 |
| HSL | 217.62º | 0.81% | 0.55% | - |
| HSV(B) | 217.62º | 0.79% | 0.92% | - |
| XYZ | 22.6 | 19.55 | 80.42 | - |
| YUV | 110.59 | 197.64 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 234 | 0.79 | 0.50 | 0 | 0.08 | 217.62 | 0.81 | 0.55 |
| Hex | 31 | 76 | EA | 4F | 32 | 0 | 8 | DA | 51 | 37 |
| Octal | 61 | 166 | 352 | 117 | 62 | 0 | 10 | 332 | 121 | 67 |
| Binary | 110001 | 1110110 | 11101010 | 1001111 | 110010 | 0 | 1000 | 11011010 | 1010001 | 110111 |
Color Harmonies of #3176EA
Complementary color
Monochromatic Colors of #3176EA
Black with #3176EA
Text Example
Text Example
White with #3176EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3176EA; }
p { color: rgb(49,118,234); }
H1.HeaderClassName
{
color: #3176EA;
}
.AnyTagClassName
{
color: #3176EA;
}
</style>
background-color css
<style>
a { background-color: #3176EA; }
a { background-color: rgb(49,118,234); }
div.DivClassName
{
background-color: #3176EA;
}
.BgClassName
{
background-color: #3176EA;
}
</style>
border-color css
<style>
span { border-color: #3176EA; }
span { border-color: rgb(49,118,234); }
td.TdClassName
{
border-color: #3176EA;
}
.TagClassName
{
border-color: #3176EA;
}
</style>