Shades of Royal Blue #3757F1
Tints of Royal Blue #3757F1
RGB
CMYK
RGB Variations
Color information
#3757F1 (or 0x3757F1) is known color: Royal Blue. HEX triplet: 37, 57 and F1. RGB value is (55,87,241). Sum of RGB (Red+Green+Blue) = 55+87+241=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 241 (94.53% from 255 or 62.92% from 383); Max value from RGB is 241 - color contains mainly: blue. Hex color #3757F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3757F1 is #C8A80E. Grayscale: #5E5E5E. Windows color (decimal): -13150223 or 15816503. OLE color: 15816503.
HSL color Cylindrical-coordinate representation of color #3757F1: hue angle of 229.68º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3757F1 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 87 | 241 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.05 |
| HSL | 229.68º | 0.87% | 0.58% | - |
| HSV(B) | 229.68º | 0.77% | 0.95% | - |
| XYZ | 20.86 | 13.98 | 84.82 | - |
| YUV | 94.99 | 210.4 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 87 | 241 | 0.77 | 0.64 | 0 | 0.05 | 229.68 | 0.87 | 0.58 |
| Hex | 37 | 57 | F1 | 4D | 40 | 0 | 5 | E6 | 57 | 3A |
| Octal | 67 | 127 | 361 | 115 | 100 | 0 | 5 | 346 | 127 | 72 |
| Binary | 110111 | 1010111 | 11110001 | 1001101 | 1000000 | 0 | 101 | 11100110 | 1010111 | 111010 |
Color Harmonies of #3757F1
Complementary color
Monochromatic Colors of #3757F1
Black with #3757F1
Text Example
Text Example
White with #3757F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3757F1; }
p { color: rgb(55,87,241); }
H1.HeaderClassName
{
color: #3757F1;
}
.AnyTagClassName
{
color: #3757F1;
}
</style>
background-color css
<style>
a { background-color: #3757F1; }
a { background-color: rgb(55,87,241); }
div.DivClassName
{
background-color: #3757F1;
}
.BgClassName
{
background-color: #3757F1;
}
</style>
border-color css
<style>
span { border-color: #3757F1; }
span { border-color: rgb(55,87,241); }
td.TdClassName
{
border-color: #3757F1;
}
.TagClassName
{
border-color: #3757F1;
}
</style>