Shades of Royal Blue #3761DF
Tints of Royal Blue #3761DF
RGB
CMYK
RGB Variations
Color information
#3761DF (or 0x3761DF) is known color: Royal Blue. HEX triplet: 37, 61 and DF. RGB value is (55,97,223). Sum of RGB (Red+Green+Blue) = 55+97+223=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #3761DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3761DF is #C89E20. Grayscale: #626262. Windows color (decimal): -13147681 or 14639415. OLE color: 14639415.
HSL color Cylindrical-coordinate representation of color #3761DF: hue angle of 225º 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 #3761DF is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 97 | 223 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.13 |
| HSL | 225º | 0.72% | 0.55% | - |
| HSV(B) | 225º | 0.75% | 0.87% | - |
| XYZ | 19.17 | 14.69 | 71.64 | - |
| YUV | 98.81 | 198.09 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 97 | 223 | 0.75 | 0.57 | 0 | 0.13 | 225 | 0.72 | 0.55 |
| Hex | 37 | 61 | DF | 4B | 39 | 0 | D | E1 | 48 | 37 |
| Octal | 67 | 141 | 337 | 113 | 71 | 0 | 15 | 341 | 110 | 67 |
| Binary | 110111 | 1100001 | 11011111 | 1001011 | 111001 | 0 | 1101 | 11100001 | 1001000 | 110111 |
Color Harmonies of #3761DF
Complementary color
Monochromatic Colors of #3761DF
Black with #3761DF
Text Example
Text Example
White with #3761DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3761DF; }
p { color: rgb(55,97,223); }
H1.HeaderClassName
{
color: #3761DF;
}
.AnyTagClassName
{
color: #3761DF;
}
</style>
background-color css
<style>
a { background-color: #3761DF; }
a { background-color: rgb(55,97,223); }
div.DivClassName
{
background-color: #3761DF;
}
.BgClassName
{
background-color: #3761DF;
}
</style>
border-color css
<style>
span { border-color: #3761DF; }
span { border-color: rgb(55,97,223); }
td.TdClassName
{
border-color: #3761DF;
}
.TagClassName
{
border-color: #3761DF;
}
</style>