Shades of Royal Blue #3574F7
Tints of Royal Blue #3574F7
RGB
CMYK
RGB Variations
Color information
#3574F7 (or 0x3574F7) is known color: Royal Blue. HEX triplet: 35, 74 and F7. RGB value is (53,116,247). Sum of RGB (Red+Green+Blue) = 53+116+247=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 247 (96.88% from 255 or 59.38% from 416); Max value from RGB is 247 - color contains mainly: blue. Hex color #3574F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3574F7 is #CA8B08. Grayscale: #6F6F6F. Windows color (decimal): -13273865 or 16217141. OLE color: 16217141.
HSL color Cylindrical-coordinate representation of color #3574F7: hue angle of 220.52º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3574F7 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 53 | 116 | 247 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.03 |
| HSL | 220.52º | 0.92% | 0.59% | - |
| HSV(B) | 220.52º | 0.79% | 0.97% | - |
| XYZ | 24.5 | 19.96 | 90.56 | - |
| YUV | 112.1 | 204.13 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 116 | 247 | 0.79 | 0.53 | 0 | 0.03 | 220.52 | 0.92 | 0.59 |
| Hex | 35 | 74 | F7 | 4F | 35 | 0 | 3 | DD | 5C | 3B |
| Octal | 65 | 164 | 367 | 117 | 65 | 0 | 3 | 335 | 134 | 73 |
| Binary | 110101 | 1110100 | 11110111 | 1001111 | 110101 | 0 | 11 | 11011101 | 1011100 | 111011 |
Color Harmonies of #3574F7
Complementary color
Monochromatic Colors of #3574F7
Black with #3574F7
Text Example
Text Example
White with #3574F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3574F7; }
p { color: rgb(53,116,247); }
H1.HeaderClassName
{
color: #3574F7;
}
.AnyTagClassName
{
color: #3574F7;
}
</style>
background-color css
<style>
a { background-color: #3574F7; }
a { background-color: rgb(53,116,247); }
div.DivClassName
{
background-color: #3574F7;
}
.BgClassName
{
background-color: #3574F7;
}
</style>
border-color css
<style>
span { border-color: #3574F7; }
span { border-color: rgb(53,116,247); }
td.TdClassName
{
border-color: #3574F7;
}
.TagClassName
{
border-color: #3574F7;
}
</style>