Shades of Royal Blue #3560DF
Tints of Royal Blue #3560DF
RGB
CMYK
RGB Variations
Color information
#3560DF (or 0x3560DF) is known color: Royal Blue. HEX triplet: 35, 60 and DF. RGB value is (53,96,223). Sum of RGB (Red+Green+Blue) = 53+96+223=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #3560DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3560DF is #CA9F20. Grayscale: #616161. Windows color (decimal): -13279009 or 14639157. OLE color: 14639157.
HSL color Cylindrical-coordinate representation of color #3560DF: hue angle of 224.82º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3560DF is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 96 | 223 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.13 |
| HSL | 224.82º | 0.73% | 0.54% | - |
| HSV(B) | 224.82º | 0.76% | 0.87% | - |
| XYZ | 18.97 | 14.45 | 71.6 | - |
| YUV | 97.62 | 198.75 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 96 | 223 | 0.76 | 0.57 | 0 | 0.13 | 224.82 | 0.73 | 0.54 |
| Hex | 35 | 60 | DF | 4C | 39 | 0 | D | E1 | 49 | 36 |
| Octal | 65 | 140 | 337 | 114 | 71 | 0 | 15 | 341 | 111 | 66 |
| Binary | 110101 | 1100000 | 11011111 | 1001100 | 111001 | 0 | 1101 | 11100001 | 1001001 | 110110 |
Color Harmonies of #3560DF
Complementary color
Monochromatic Colors of #3560DF
Black with #3560DF
Text Example
Text Example
White with #3560DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3560DF; }
p { color: rgb(53,96,223); }
H1.HeaderClassName
{
color: #3560DF;
}
.AnyTagClassName
{
color: #3560DF;
}
</style>
background-color css
<style>
a { background-color: #3560DF; }
a { background-color: rgb(53,96,223); }
div.DivClassName
{
background-color: #3560DF;
}
.BgClassName
{
background-color: #3560DF;
}
</style>
border-color css
<style>
span { border-color: #3560DF; }
span { border-color: rgb(53,96,223); }
td.TdClassName
{
border-color: #3560DF;
}
.TagClassName
{
border-color: #3560DF;
}
</style>