Shades of Royal Blue #3973DD
Tints of Royal Blue #3973DD
RGB
CMYK
RGB Variations
Color information
#3973DD (or 0x3973DD) is known color: Royal Blue. HEX triplet: 39, 73 and DD. RGB value is (57,115,221). Sum of RGB (Red+Green+Blue) = 57+115+221=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #3973DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3973DD is #C68C22. Grayscale: #6D6D6D. Windows color (decimal): -13012003 or 14512953. OLE color: 14512953.
HSL color Cylindrical-coordinate representation of color #3973DD: hue angle of 218.78º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3973DD is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 115 | 221 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.13 |
| HSL | 218.78º | 0.71% | 0.55% | - |
| HSV(B) | 218.78º | 0.74% | 0.87% | - |
| XYZ | 20.87 | 18.35 | 70.85 | - |
| YUV | 109.74 | 190.78 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 221 | 0.74 | 0.48 | 0 | 0.13 | 218.78 | 0.71 | 0.55 |
| Hex | 39 | 73 | DD | 4A | 30 | 0 | D | DB | 47 | 37 |
| Octal | 71 | 163 | 335 | 112 | 60 | 0 | 15 | 333 | 107 | 67 |
| Binary | 111001 | 1110011 | 11011101 | 1001010 | 110000 | 0 | 1101 | 11011011 | 1000111 | 110111 |
Color Harmonies of #3973DD
Complementary color
Monochromatic Colors of #3973DD
Black with #3973DD
Text Example
Text Example
White with #3973DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3973DD; }
p { color: rgb(57,115,221); }
H1.HeaderClassName
{
color: #3973DD;
}
.AnyTagClassName
{
color: #3973DD;
}
</style>
background-color css
<style>
a { background-color: #3973DD; }
a { background-color: rgb(57,115,221); }
div.DivClassName
{
background-color: #3973DD;
}
.BgClassName
{
background-color: #3973DD;
}
</style>
border-color css
<style>
span { border-color: #3973DD; }
span { border-color: rgb(57,115,221); }
td.TdClassName
{
border-color: #3973DD;
}
.TagClassName
{
border-color: #3973DD;
}
</style>