Shades of Royal Blue #3954EF
Tints of Royal Blue #3954EF
RGB
CMYK
RGB Variations
Color information
#3954EF (or 0x3954EF) is known color: Royal Blue. HEX triplet: 39, 54 and EF. RGB value is (57,84,239). Sum of RGB (Red+Green+Blue) = 57+84+239=380 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #3954EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3954EF is #C6AB10. Grayscale: #5C5C5C. Windows color (decimal): -13019921 or 15684665. OLE color: 15684665.
HSL color Cylindrical-coordinate representation of color #3954EF: hue angle of 231.1º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3954EF is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 84 | 239 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.06 |
| HSL | 231.1º | 0.85% | 0.58% | - |
| HSV(B) | 231.1º | 0.76% | 0.94% | - |
| XYZ | 20.44 | 13.44 | 83.18 | - |
| YUV | 93.6 | 210.05 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 84 | 239 | 0.76 | 0.65 | 0 | 0.06 | 231.1 | 0.85 | 0.58 |
| Hex | 39 | 54 | EF | 4C | 41 | 0 | 6 | E7 | 55 | 3A |
| Octal | 71 | 124 | 357 | 114 | 101 | 0 | 6 | 347 | 125 | 72 |
| Binary | 111001 | 1010100 | 11101111 | 1001100 | 1000001 | 0 | 110 | 11100111 | 1010101 | 111010 |
Color Harmonies of #3954EF
Complementary color
Monochromatic Colors of #3954EF
Black with #3954EF
Text Example
Text Example
White with #3954EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3954EF; }
p { color: rgb(57,84,239); }
H1.HeaderClassName
{
color: #3954EF;
}
.AnyTagClassName
{
color: #3954EF;
}
</style>
background-color css
<style>
a { background-color: #3954EF; }
a { background-color: rgb(57,84,239); }
div.DivClassName
{
background-color: #3954EF;
}
.BgClassName
{
background-color: #3954EF;
}
</style>
border-color css
<style>
span { border-color: #3954EF; }
span { border-color: rgb(57,84,239); }
td.TdClassName
{
border-color: #3954EF;
}
.TagClassName
{
border-color: #3954EF;
}
</style>