Shades of Royal Blue #3175F1
Tints of Royal Blue #3175F1
RGB
CMYK
RGB Variations
Color information
#3175F1 (or 0x3175F1) is known color: Royal Blue. HEX triplet: 31, 75 and F1. RGB value is (49,117,241). Sum of RGB (Red+Green+Blue) = 49+117+241=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 241 (94.53% from 255 or 59.21% from 407); Max value from RGB is 241 - color contains mainly: blue. Hex color #3175F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3175F1 is #CE8A0E. Grayscale: #6E6E6E. Windows color (decimal): -13535759 or 15824177. OLE color: 15824177.
HSL color Cylindrical-coordinate representation of color #3175F1: hue angle of 218.75º 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 #3175F1 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 117 | 241 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.05 |
| HSL | 218.75º | 0.87% | 0.57% | - |
| HSV(B) | 218.75º | 0.8% | 0.95% | - |
| XYZ | 23.51 | 19.73 | 85.79 | - |
| YUV | 110.8 | 201.47 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 241 | 0.80 | 0.51 | 0 | 0.05 | 218.75 | 0.87 | 0.57 |
| Hex | 31 | 75 | F1 | 50 | 33 | 0 | 5 | DB | 57 | 39 |
| Octal | 61 | 165 | 361 | 120 | 63 | 0 | 5 | 333 | 127 | 71 |
| Binary | 110001 | 1110101 | 11110001 | 1010000 | 110011 | 0 | 101 | 11011011 | 1010111 | 111001 |
Color Harmonies of #3175F1
Complementary color
Monochromatic Colors of #3175F1
Black with #3175F1
Text Example
Text Example
White with #3175F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3175F1; }
p { color: rgb(49,117,241); }
H1.HeaderClassName
{
color: #3175F1;
}
.AnyTagClassName
{
color: #3175F1;
}
</style>
background-color css
<style>
a { background-color: #3175F1; }
a { background-color: rgb(49,117,241); }
div.DivClassName
{
background-color: #3175F1;
}
.BgClassName
{
background-color: #3175F1;
}
</style>
border-color css
<style>
span { border-color: #3175F1; }
span { border-color: rgb(49,117,241); }
td.TdClassName
{
border-color: #3175F1;
}
.TagClassName
{
border-color: #3175F1;
}
</style>