Shades of Royal Blue #3973DB
Tints of Royal Blue #3973DB
RGB
CMYK
RGB Variations
Color information
#3973DB (or 0x3973DB) is known color: Royal Blue. HEX triplet: 39, 73 and DB. RGB value is (57,115,219). Sum of RGB (Red+Green+Blue) = 57+115+219=391 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.58% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #3973DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3973DB is #C68C24. Grayscale: #6D6D6D. Windows color (decimal): -13012005 or 14381881. OLE color: 14381881.
HSL color Cylindrical-coordinate representation of color #3973DB: hue angle of 218.52º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3973DB is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 115 | 219 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.14 |
| HSL | 218.52º | 0.69% | 0.54% | - |
| HSV(B) | 218.52º | 0.74% | 0.86% | - |
| XYZ | 20.6 | 18.25 | 69.45 | - |
| YUV | 109.51 | 189.78 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 219 | 0.74 | 0.47 | 0 | 0.14 | 218.52 | 0.69 | 0.54 |
| Hex | 39 | 73 | DB | 4A | 2F | 0 | E | DB | 45 | 36 |
| Octal | 71 | 163 | 333 | 112 | 57 | 0 | 16 | 333 | 105 | 66 |
| Binary | 111001 | 1110011 | 11011011 | 1001010 | 101111 | 0 | 1110 | 11011011 | 1000101 | 110110 |
Color Harmonies of #3973DB
Complementary color
Monochromatic Colors of #3973DB
Black with #3973DB
Text Example
Text Example
White with #3973DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3973DB; }
p { color: rgb(57,115,219); }
H1.HeaderClassName
{
color: #3973DB;
}
.AnyTagClassName
{
color: #3973DB;
}
</style>
background-color css
<style>
a { background-color: #3973DB; }
a { background-color: rgb(57,115,219); }
div.DivClassName
{
background-color: #3973DB;
}
.BgClassName
{
background-color: #3973DB;
}
</style>
border-color css
<style>
span { border-color: #3973DB; }
span { border-color: rgb(57,115,219); }
td.TdClassName
{
border-color: #3973DB;
}
.TagClassName
{
border-color: #3973DB;
}
</style>