Shades of Royal Blue #3770DF
Tints of Royal Blue #3770DF
RGB
CMYK
RGB Variations
Color information
#3770DF (or 0x3770DF) is known color: Royal Blue. HEX triplet: 37, 70 and DF. RGB value is (55,112,223). Sum of RGB (Red+Green+Blue) = 55+112+223=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #3770DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3770DF is #C88F20. Grayscale: #6B6B6B. Windows color (decimal): -13143841 or 14643255. OLE color: 14643255.
HSL color Cylindrical-coordinate representation of color #3770DF: hue angle of 219.64º 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 #3770DF is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 112 | 223 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.13 |
| HSL | 219.64º | 0.72% | 0.55% | - |
| HSV(B) | 219.64º | 0.75% | 0.87% | - |
| XYZ | 20.69 | 17.73 | 72.14 | - |
| YUV | 107.61 | 193.12 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 223 | 0.75 | 0.50 | 0 | 0.13 | 219.64 | 0.72 | 0.55 |
| Hex | 37 | 70 | DF | 4B | 32 | 0 | D | DC | 48 | 37 |
| Octal | 67 | 160 | 337 | 113 | 62 | 0 | 15 | 334 | 110 | 67 |
| Binary | 110111 | 1110000 | 11011111 | 1001011 | 110010 | 0 | 1101 | 11011100 | 1001000 | 110111 |
Color Harmonies of #3770DF
Complementary color
Monochromatic Colors of #3770DF
Black with #3770DF
Text Example
Text Example
White with #3770DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3770DF; }
p { color: rgb(55,112,223); }
H1.HeaderClassName
{
color: #3770DF;
}
.AnyTagClassName
{
color: #3770DF;
}
</style>
background-color css
<style>
a { background-color: #3770DF; }
a { background-color: rgb(55,112,223); }
div.DivClassName
{
background-color: #3770DF;
}
.BgClassName
{
background-color: #3770DF;
}
</style>
border-color css
<style>
span { border-color: #3770DF; }
span { border-color: rgb(55,112,223); }
td.TdClassName
{
border-color: #3770DF;
}
.TagClassName
{
border-color: #3770DF;
}
</style>