Shades of Royal Blue #3157F1
Tints of Royal Blue #3157F1
RGB
CMYK
RGB Variations
Color information
#3157F1 (or 0x3157F1) is known color: Royal Blue. HEX triplet: 31, 57 and F1. RGB value is (49,87,241). Sum of RGB (Red+Green+Blue) = 49+87+241=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 241 (94.53% from 255 or 63.93% from 377); Max value from RGB is 241 - color contains mainly: blue. Hex color #3157F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3157F1 is #CEA80E. Grayscale: #5C5C5C. Windows color (decimal): -13543439 or 15816497. OLE color: 15816497.
HSL color Cylindrical-coordinate representation of color #3157F1: hue angle of 228.12º 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 #3157F1 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 87 | 241 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.05 |
| HSL | 228.13º | 0.87% | 0.57% | - |
| HSV(B) | 228.13º | 0.8% | 0.95% | - |
| XYZ | 20.55 | 13.82 | 84.8 | - |
| YUV | 93.19 | 211.41 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 87 | 241 | 0.80 | 0.64 | 0 | 0.05 | 228.13 | 0.87 | 0.57 |
| Hex | 31 | 57 | F1 | 50 | 40 | 0 | 5 | E4 | 57 | 39 |
| Octal | 61 | 127 | 361 | 120 | 100 | 0 | 5 | 344 | 127 | 71 |
| Binary | 110001 | 1010111 | 11110001 | 1010000 | 1000000 | 0 | 101 | 11100100 | 1010111 | 111001 |
Color Harmonies of #3157F1
Complementary color
Monochromatic Colors of #3157F1
Black with #3157F1
Text Example
Text Example
White with #3157F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3157F1; }
p { color: rgb(49,87,241); }
H1.HeaderClassName
{
color: #3157F1;
}
.AnyTagClassName
{
color: #3157F1;
}
</style>
background-color css
<style>
a { background-color: #3157F1; }
a { background-color: rgb(49,87,241); }
div.DivClassName
{
background-color: #3157F1;
}
.BgClassName
{
background-color: #3157F1;
}
</style>
border-color css
<style>
span { border-color: #3157F1; }
span { border-color: rgb(49,87,241); }
td.TdClassName
{
border-color: #3157F1;
}
.TagClassName
{
border-color: #3157F1;
}
</style>