Shades of Royal Blue #3974CE
Tints of Royal Blue #3974CE
RGB
CMYK
RGB Variations
Color information
#3974CE (or 0x3974CE) is known color: Royal Blue. HEX triplet: 39, 74 and CE. RGB value is (57,116,206). Sum of RGB (Red+Green+Blue) = 57+116+206=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #3974CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3974CE is #C68B31. Grayscale: #6C6C6C. Windows color (decimal): -13011762 or 13530169. OLE color: 13530169.
HSL color Cylindrical-coordinate representation of color #3974CE: hue angle of 216.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3974CE is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 116 | 206 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.19 |
| HSL | 216.24º | 0.6% | 0.52% | - |
| HSV(B) | 216.24º | 0.72% | 0.81% | - |
| XYZ | 19.07 | 17.82 | 60.83 | - |
| YUV | 108.62 | 182.95 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 116 | 206 | 0.72 | 0.44 | 0 | 0.19 | 216.24 | 0.6 | 0.52 |
| Hex | 39 | 74 | CE | 48 | 2C | 0 | 13 | D8 | 3C | 34 |
| Octal | 71 | 164 | 316 | 110 | 54 | 0 | 23 | 330 | 74 | 64 |
| Binary | 111001 | 1110100 | 11001110 | 1001000 | 101100 | 0 | 10011 | 11011000 | 111100 | 110100 |
Color Harmonies of #3974CE
Complementary color
Monochromatic Colors of #3974CE
Black with #3974CE
Text Example
Text Example
White with #3974CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3974CE; }
p { color: rgb(57,116,206); }
H1.HeaderClassName
{
color: #3974CE;
}
.AnyTagClassName
{
color: #3974CE;
}
</style>
background-color css
<style>
a { background-color: #3974CE; }
a { background-color: rgb(57,116,206); }
div.DivClassName
{
background-color: #3974CE;
}
.BgClassName
{
background-color: #3974CE;
}
</style>
border-color css
<style>
span { border-color: #3974CE; }
span { border-color: rgb(57,116,206); }
td.TdClassName
{
border-color: #3974CE;
}
.TagClassName
{
border-color: #3974CE;
}
</style>