Shades of Royal Blue #3772DF
Tints of Royal Blue #3772DF
RGB
CMYK
RGB Variations
Color information
#3772DF (or 0x3772DF) is known color: Royal Blue. HEX triplet: 37, 72 and DF. RGB value is (55,114,223). Sum of RGB (Red+Green+Blue) = 55+114+223=392 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.03% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #3772DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3772DF is #C88D20. Grayscale: #6C6C6C. Windows color (decimal): -13143329 or 14643767. OLE color: 14643767.
HSL color Cylindrical-coordinate representation of color #3772DF: hue angle of 218.93º 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 #3772DF is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 114 | 223 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.13 |
| HSL | 218.93º | 0.72% | 0.55% | - |
| HSV(B) | 218.93º | 0.75% | 0.87% | - |
| XYZ | 20.91 | 18.17 | 72.22 | - |
| YUV | 108.79 | 192.45 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 223 | 0.75 | 0.49 | 0 | 0.13 | 218.93 | 0.72 | 0.55 |
| Hex | 37 | 72 | DF | 4B | 31 | 0 | D | DB | 48 | 37 |
| Octal | 67 | 162 | 337 | 113 | 61 | 0 | 15 | 333 | 110 | 67 |
| Binary | 110111 | 1110010 | 11011111 | 1001011 | 110001 | 0 | 1101 | 11011011 | 1001000 | 110111 |
Color Harmonies of #3772DF
Complementary color
Monochromatic Colors of #3772DF
Black with #3772DF
Text Example
Text Example
White with #3772DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3772DF; }
p { color: rgb(55,114,223); }
H1.HeaderClassName
{
color: #3772DF;
}
.AnyTagClassName
{
color: #3772DF;
}
</style>
background-color css
<style>
a { background-color: #3772DF; }
a { background-color: rgb(55,114,223); }
div.DivClassName
{
background-color: #3772DF;
}
.BgClassName
{
background-color: #3772DF;
}
</style>
border-color css
<style>
span { border-color: #3772DF; }
span { border-color: rgb(55,114,223); }
td.TdClassName
{
border-color: #3772DF;
}
.TagClassName
{
border-color: #3772DF;
}
</style>