Shades of Royal Blue #3177FA
Tints of Royal Blue #3177FA
RGB
CMYK
RGB Variations
Color information
#3177FA (or 0x3177FA) is known color: Royal Blue. HEX triplet: 31, 77 and FA. RGB value is (49,119,250). Sum of RGB (Red+Green+Blue) = 49+119+250=418 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.72% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #3177FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3177FA is #CE8805. Grayscale: #707070. Windows color (decimal): -13535238 or 16414513. OLE color: 16414513.
HSL color Cylindrical-coordinate representation of color #3177FA: hue angle of 219.1º 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 #3177FA is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 119 | 250 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.02 |
| HSL | 219.1º | 0.95% | 0.59% | - |
| HSV(B) | 219.1º | 0.8% | 0.98% | - |
| XYZ | 25.12 | 20.75 | 93.12 | - |
| YUV | 113 | 205.31 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 119 | 250 | 0.80 | 0.52 | 0 | 0.02 | 219.1 | 0.95 | 0.59 |
| Hex | 31 | 77 | FA | 50 | 34 | 0 | 2 | DB | 5F | 3B |
| Octal | 61 | 167 | 372 | 120 | 64 | 0 | 2 | 333 | 137 | 73 |
| Binary | 110001 | 1110111 | 11111010 | 1010000 | 110100 | 0 | 10 | 11011011 | 1011111 | 111011 |
Color Harmonies of #3177FA
Complementary color
Monochromatic Colors of #3177FA
Black with #3177FA
Text Example
Text Example
White with #3177FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3177FA; }
p { color: rgb(49,119,250); }
H1.HeaderClassName
{
color: #3177FA;
}
.AnyTagClassName
{
color: #3177FA;
}
</style>
background-color css
<style>
a { background-color: #3177FA; }
a { background-color: rgb(49,119,250); }
div.DivClassName
{
background-color: #3177FA;
}
.BgClassName
{
background-color: #3177FA;
}
</style>
border-color css
<style>
span { border-color: #3177FA; }
span { border-color: rgb(49,119,250); }
td.TdClassName
{
border-color: #3177FA;
}
.TagClassName
{
border-color: #3177FA;
}
</style>