Shades of Royal Blue #3177F6
Tints of Royal Blue #3177F6
RGB
CMYK
RGB Variations
Color information
#3177F6 (or 0x3177F6) is known color: Royal Blue. HEX triplet: 31, 77 and F6. RGB value is (49,119,246). Sum of RGB (Red+Green+Blue) = 49+119+246=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 246 (96.48% from 255 or 59.42% from 414); Max value from RGB is 246 - color contains mainly: blue. Hex color #3177F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3177F6 is #CE8809. Grayscale: #6F6F6F. Windows color (decimal): -13535242 or 16152369. OLE color: 16152369.
HSL color Cylindrical-coordinate representation of color #3177F6: hue angle of 218.68º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3177F6 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 119 | 246 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.04 |
| HSL | 218.68º | 0.92% | 0.58% | - |
| HSV(B) | 218.68º | 0.8% | 0.96% | - |
| XYZ | 24.5 | 20.5 | 89.85 | - |
| YUV | 112.55 | 203.31 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 119 | 246 | 0.80 | 0.52 | 0 | 0.04 | 218.68 | 0.92 | 0.58 |
| Hex | 31 | 77 | F6 | 50 | 34 | 0 | 4 | DB | 5C | 3A |
| Octal | 61 | 167 | 366 | 120 | 64 | 0 | 4 | 333 | 134 | 72 |
| Binary | 110001 | 1110111 | 11110110 | 1010000 | 110100 | 0 | 100 | 11011011 | 1011100 | 111010 |
Color Harmonies of #3177F6
Complementary color
Monochromatic Colors of #3177F6
Black with #3177F6
Text Example
Text Example
White with #3177F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3177F6; }
p { color: rgb(49,119,246); }
H1.HeaderClassName
{
color: #3177F6;
}
.AnyTagClassName
{
color: #3177F6;
}
</style>
background-color css
<style>
a { background-color: #3177F6; }
a { background-color: rgb(49,119,246); }
div.DivClassName
{
background-color: #3177F6;
}
.BgClassName
{
background-color: #3177F6;
}
</style>
border-color css
<style>
span { border-color: #3177F6; }
span { border-color: rgb(49,119,246); }
td.TdClassName
{
border-color: #3177F6;
}
.TagClassName
{
border-color: #3177F6;
}
</style>