Shades of Royal Blue #3771DF
Tints of Royal Blue #3771DF
RGB
CMYK
RGB Variations
Color information
#3771DF (or 0x3771DF) is known color: Royal Blue. HEX triplet: 37, 71 and DF. RGB value is (55,113,223). Sum of RGB (Red+Green+Blue) = 55+113+223=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #3771DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3771DF is #C88E20. Grayscale: #6B6B6B. Windows color (decimal): -13143585 or 14643511. OLE color: 14643511.
HSL color Cylindrical-coordinate representation of color #3771DF: hue angle of 219.29º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3771DF is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 113 | 223 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.13 |
| HSL | 219.29º | 0.72% | 0.55% | - |
| HSV(B) | 219.29º | 0.75% | 0.87% | - |
| XYZ | 20.8 | 17.95 | 72.18 | - |
| YUV | 108.2 | 192.78 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 113 | 223 | 0.75 | 0.49 | 0 | 0.13 | 219.29 | 0.72 | 0.55 |
| Hex | 37 | 71 | DF | 4B | 31 | 0 | D | DB | 48 | 37 |
| Octal | 67 | 161 | 337 | 113 | 61 | 0 | 15 | 333 | 110 | 67 |
| Binary | 110111 | 1110001 | 11011111 | 1001011 | 110001 | 0 | 1101 | 11011011 | 1001000 | 110111 |
Color Harmonies of #3771DF
Complementary color
Monochromatic Colors of #3771DF
Black with #3771DF
Text Example
Text Example
White with #3771DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3771DF; }
p { color: rgb(55,113,223); }
H1.HeaderClassName
{
color: #3771DF;
}
.AnyTagClassName
{
color: #3771DF;
}
</style>
background-color css
<style>
a { background-color: #3771DF; }
a { background-color: rgb(55,113,223); }
div.DivClassName
{
background-color: #3771DF;
}
.BgClassName
{
background-color: #3771DF;
}
</style>
border-color css
<style>
span { border-color: #3771DF; }
span { border-color: rgb(55,113,223); }
td.TdClassName
{
border-color: #3771DF;
}
.TagClassName
{
border-color: #3771DF;
}
</style>