Shades of Royal Blue #3972DD
Tints of Royal Blue #3972DD
RGB
CMYK
RGB Variations
Color information
#3972DD (or 0x3972DD) is known color: Royal Blue. HEX triplet: 39, 72 and DD. RGB value is (57,114,221). Sum of RGB (Red+Green+Blue) = 57+114+221=392 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.54% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #3972DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3972DD is #C68D22. Grayscale: #6C6C6C. Windows color (decimal): -13012259 or 14512697. OLE color: 14512697.
HSL color Cylindrical-coordinate representation of color #3972DD: hue angle of 219.15º 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 #3972DD is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 114 | 221 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.13 |
| HSL | 219.15º | 0.71% | 0.55% | - |
| HSV(B) | 219.15º | 0.74% | 0.87% | - |
| XYZ | 20.76 | 18.12 | 70.81 | - |
| YUV | 109.16 | 191.12 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 114 | 221 | 0.74 | 0.48 | 0 | 0.13 | 219.15 | 0.71 | 0.55 |
| Hex | 39 | 72 | DD | 4A | 30 | 0 | D | DB | 47 | 37 |
| Octal | 71 | 162 | 335 | 112 | 60 | 0 | 15 | 333 | 107 | 67 |
| Binary | 111001 | 1110010 | 11011101 | 1001010 | 110000 | 0 | 1101 | 11011011 | 1000111 | 110111 |
Color Harmonies of #3972DD
Complementary color
Monochromatic Colors of #3972DD
Black with #3972DD
Text Example
Text Example
White with #3972DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3972DD; }
p { color: rgb(57,114,221); }
H1.HeaderClassName
{
color: #3972DD;
}
.AnyTagClassName
{
color: #3972DD;
}
</style>
background-color css
<style>
a { background-color: #3972DD; }
a { background-color: rgb(57,114,221); }
div.DivClassName
{
background-color: #3972DD;
}
.BgClassName
{
background-color: #3972DD;
}
</style>
border-color css
<style>
span { border-color: #3972DD; }
span { border-color: rgb(57,114,221); }
td.TdClassName
{
border-color: #3972DD;
}
.TagClassName
{
border-color: #3972DD;
}
</style>