Shades of Royal Blue #3174F1
Tints of Royal Blue #3174F1
RGB
CMYK
RGB Variations
Color information
#3174F1 (or 0x3174F1) is known color: Royal Blue. HEX triplet: 31, 74 and F1. RGB value is (49,116,241). Sum of RGB (Red+Green+Blue) = 49+116+241=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #3174F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3174F1 is #CE8B0E. Grayscale: #6D6D6D. Windows color (decimal): -13536015 or 15823921. OLE color: 15823921.
HSL color Cylindrical-coordinate representation of color #3174F1: hue angle of 219.06º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3174F1 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 116 | 241 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.05 |
| HSL | 219.06º | 0.87% | 0.57% | - |
| HSV(B) | 219.06º | 0.8% | 0.95% | - |
| XYZ | 23.39 | 19.49 | 85.75 | - |
| YUV | 110.22 | 201.8 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 116 | 241 | 0.80 | 0.52 | 0 | 0.05 | 219.06 | 0.87 | 0.57 |
| Hex | 31 | 74 | F1 | 50 | 34 | 0 | 5 | DB | 57 | 39 |
| Octal | 61 | 164 | 361 | 120 | 64 | 0 | 5 | 333 | 127 | 71 |
| Binary | 110001 | 1110100 | 11110001 | 1010000 | 110100 | 0 | 101 | 11011011 | 1010111 | 111001 |
Color Harmonies of #3174F1
Complementary color
Monochromatic Colors of #3174F1
Black with #3174F1
Text Example
Text Example
White with #3174F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3174F1; }
p { color: rgb(49,116,241); }
H1.HeaderClassName
{
color: #3174F1;
}
.AnyTagClassName
{
color: #3174F1;
}
</style>
background-color css
<style>
a { background-color: #3174F1; }
a { background-color: rgb(49,116,241); }
div.DivClassName
{
background-color: #3174F1;
}
.BgClassName
{
background-color: #3174F1;
}
</style>
border-color css
<style>
span { border-color: #3174F1; }
span { border-color: rgb(49,116,241); }
td.TdClassName
{
border-color: #3174F1;
}
.TagClassName
{
border-color: #3174F1;
}
</style>