Shades of Royal Blue #3972DE
Tints of Royal Blue #3972DE
RGB
CMYK
RGB Variations
Color information
#3972DE (or 0x3972DE) is known color: Royal Blue. HEX triplet: 39, 72 and DE. RGB value is (57,114,222). Sum of RGB (Red+Green+Blue) = 57+114+222=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #3972DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3972DE is #C68D21. Grayscale: #6C6C6C. Windows color (decimal): -13012258 or 14578233. OLE color: 14578233.
HSL color Cylindrical-coordinate representation of color #3972DE: hue angle of 219.27º 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 #3972DE is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 114 | 222 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.13 |
| HSL | 219.27º | 0.71% | 0.55% | - |
| HSV(B) | 219.27º | 0.74% | 0.87% | - |
| XYZ | 20.89 | 18.18 | 71.52 | - |
| YUV | 109.27 | 191.62 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 114 | 222 | 0.74 | 0.49 | 0 | 0.13 | 219.27 | 0.71 | 0.55 |
| Hex | 39 | 72 | DE | 4A | 31 | 0 | D | DB | 47 | 37 |
| Octal | 71 | 162 | 336 | 112 | 61 | 0 | 15 | 333 | 107 | 67 |
| Binary | 111001 | 1110010 | 11011110 | 1001010 | 110001 | 0 | 1101 | 11011011 | 1000111 | 110111 |
Color Harmonies of #3972DE
Complementary color
Monochromatic Colors of #3972DE
Black with #3972DE
Text Example
Text Example
White with #3972DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3972DE; }
p { color: rgb(57,114,222); }
H1.HeaderClassName
{
color: #3972DE;
}
.AnyTagClassName
{
color: #3972DE;
}
</style>
background-color css
<style>
a { background-color: #3972DE; }
a { background-color: rgb(57,114,222); }
div.DivClassName
{
background-color: #3972DE;
}
.BgClassName
{
background-color: #3972DE;
}
</style>
border-color css
<style>
span { border-color: #3972DE; }
span { border-color: rgb(57,114,222); }
td.TdClassName
{
border-color: #3972DE;
}
.TagClassName
{
border-color: #3972DE;
}
</style>