Shades of Royal Blue #3974DC
Tints of Royal Blue #3974DC
RGB
CMYK
RGB Variations
Color information
#3974DC (or 0x3974DC) is known color: Royal Blue. HEX triplet: 39, 74 and DC. RGB value is (57,116,220). Sum of RGB (Red+Green+Blue) = 57+116+220=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #3974DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3974DC is #C68B23. Grayscale: #6D6D6D. Windows color (decimal): -13011748 or 14447673. OLE color: 14447673.
HSL color Cylindrical-coordinate representation of color #3974DC: hue angle of 218.28º degrees, saturation: 0.7, 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 #3974DC is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 116 | 220 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.14 |
| HSL | 218.28º | 0.7% | 0.54% | - |
| HSV(B) | 218.28º | 0.74% | 0.86% | - |
| XYZ | 20.85 | 18.53 | 70.19 | - |
| YUV | 110.22 | 189.95 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 116 | 220 | 0.74 | 0.47 | 0 | 0.14 | 218.28 | 0.7 | 0.54 |
| Hex | 39 | 74 | DC | 4A | 2F | 0 | E | DA | 46 | 36 |
| Octal | 71 | 164 | 334 | 112 | 57 | 0 | 16 | 332 | 106 | 66 |
| Binary | 111001 | 1110100 | 11011100 | 1001010 | 101111 | 0 | 1110 | 11011010 | 1000110 | 110110 |
Color Harmonies of #3974DC
Complementary color
Monochromatic Colors of #3974DC
Black with #3974DC
Text Example
Text Example
White with #3974DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3974DC; }
p { color: rgb(57,116,220); }
H1.HeaderClassName
{
color: #3974DC;
}
.AnyTagClassName
{
color: #3974DC;
}
</style>
background-color css
<style>
a { background-color: #3974DC; }
a { background-color: rgb(57,116,220); }
div.DivClassName
{
background-color: #3974DC;
}
.BgClassName
{
background-color: #3974DC;
}
</style>
border-color css
<style>
span { border-color: #3974DC; }
span { border-color: rgb(57,116,220); }
td.TdClassName
{
border-color: #3974DC;
}
.TagClassName
{
border-color: #3974DC;
}
</style>