Shades of Royal Blue #3574EF
Tints of Royal Blue #3574EF
RGB
CMYK
RGB Variations
Color information
#3574EF (or 0x3574EF) is known color: Royal Blue. HEX triplet: 35, 74 and EF. RGB value is (53,116,239). Sum of RGB (Red+Green+Blue) = 53+116+239=408 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.99% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #3574EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3574EF is #CA8B10. Grayscale: #6E6E6E. Windows color (decimal): -13273873 or 15692853. OLE color: 15692853.
HSL color Cylindrical-coordinate representation of color #3574EF: hue angle of 219.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3574EF is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 116 | 239 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.06 |
| HSL | 219.68º | 0.85% | 0.57% | - |
| HSV(B) | 219.68º | 0.78% | 0.94% | - |
| XYZ | 23.29 | 19.48 | 84.19 | - |
| YUV | 111.19 | 200.13 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 116 | 239 | 0.78 | 0.51 | 0 | 0.06 | 219.68 | 0.85 | 0.57 |
| Hex | 35 | 74 | EF | 4E | 33 | 0 | 6 | DC | 55 | 39 |
| Octal | 65 | 164 | 357 | 116 | 63 | 0 | 6 | 334 | 125 | 71 |
| Binary | 110101 | 1110100 | 11101111 | 1001110 | 110011 | 0 | 110 | 11011100 | 1010101 | 111001 |
Color Harmonies of #3574EF
Complementary color
Monochromatic Colors of #3574EF
Black with #3574EF
Text Example
Text Example
White with #3574EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3574EF; }
p { color: rgb(53,116,239); }
H1.HeaderClassName
{
color: #3574EF;
}
.AnyTagClassName
{
color: #3574EF;
}
</style>
background-color css
<style>
a { background-color: #3574EF; }
a { background-color: rgb(53,116,239); }
div.DivClassName
{
background-color: #3574EF;
}
.BgClassName
{
background-color: #3574EF;
}
</style>
border-color css
<style>
span { border-color: #3574EF; }
span { border-color: rgb(53,116,239); }
td.TdClassName
{
border-color: #3574EF;
}
.TagClassName
{
border-color: #3574EF;
}
</style>