Shades of Royal Blue #3771F5
Tints of Royal Blue #3771F5
RGB
CMYK
RGB Variations
Color information
#3771F5 (or 0x3771F5) is known color: Royal Blue. HEX triplet: 37, 71 and F5. RGB value is (55,113,245). Sum of RGB (Red+Green+Blue) = 55+113+245=413 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.32% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 245 (96.09% from 255 or 59.32% from 413); Max value from RGB is 245 - color contains mainly: blue. Hex color #3771F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3771F5 is #C88E0A. Grayscale: #6E6E6E. Windows color (decimal): -13143563 or 16085303. OLE color: 16085303.
HSL color Cylindrical-coordinate representation of color #3771F5: hue angle of 221.68º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3771F5 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 113 | 245 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.04 |
| HSL | 221.68º | 0.9% | 0.59% | - |
| HSV(B) | 221.68º | 0.78% | 0.96% | - |
| XYZ | 23.96 | 19.22 | 88.83 | - |
| YUV | 110.71 | 203.78 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 113 | 245 | 0.78 | 0.54 | 0 | 0.04 | 221.68 | 0.9 | 0.59 |
| Hex | 37 | 71 | F5 | 4E | 36 | 0 | 4 | DE | 5A | 3B |
| Octal | 67 | 161 | 365 | 116 | 66 | 0 | 4 | 336 | 132 | 73 |
| Binary | 110111 | 1110001 | 11110101 | 1001110 | 110110 | 0 | 100 | 11011110 | 1011010 | 111011 |
Color Harmonies of #3771F5
Complementary color
Monochromatic Colors of #3771F5
Black with #3771F5
Text Example
Text Example
White with #3771F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3771F5; }
p { color: rgb(55,113,245); }
H1.HeaderClassName
{
color: #3771F5;
}
.AnyTagClassName
{
color: #3771F5;
}
</style>
background-color css
<style>
a { background-color: #3771F5; }
a { background-color: rgb(55,113,245); }
div.DivClassName
{
background-color: #3771F5;
}
.BgClassName
{
background-color: #3771F5;
}
</style>
border-color css
<style>
span { border-color: #3771F5; }
span { border-color: rgb(55,113,245); }
td.TdClassName
{
border-color: #3771F5;
}
.TagClassName
{
border-color: #3771F5;
}
</style>