Shades of Royal Blue #3560DA
Tints of Royal Blue #3560DA
RGB
CMYK
RGB Variations
Color information
#3560DA (or 0x3560DA) is known color: Royal Blue. HEX triplet: 35, 60 and DA. RGB value is (53,96,218). Sum of RGB (Red+Green+Blue) = 53+96+218=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #3560DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3560DA is #CA9F25. Grayscale: #606060. Windows color (decimal): -13279014 or 14311477. OLE color: 14311477.
HSL color Cylindrical-coordinate representation of color #3560DA: hue angle of 224.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3560DA is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 96 | 218 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.15 |
| HSL | 224.36º | 0.69% | 0.53% | - |
| HSV(B) | 224.36º | 0.76% | 0.85% | - |
| XYZ | 18.31 | 14.18 | 68.1 | - |
| YUV | 97.05 | 196.25 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 96 | 218 | 0.76 | 0.56 | 0 | 0.15 | 224.36 | 0.69 | 0.53 |
| Hex | 35 | 60 | DA | 4C | 38 | 0 | F | E0 | 45 | 35 |
| Octal | 65 | 140 | 332 | 114 | 70 | 0 | 17 | 340 | 105 | 65 |
| Binary | 110101 | 1100000 | 11011010 | 1001100 | 111000 | 0 | 1111 | 11100000 | 1000101 | 110101 |
Color Harmonies of #3560DA
Complementary color
Monochromatic Colors of #3560DA
Black with #3560DA
Text Example
Text Example
White with #3560DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3560DA; }
p { color: rgb(53,96,218); }
H1.HeaderClassName
{
color: #3560DA;
}
.AnyTagClassName
{
color: #3560DA;
}
</style>
background-color css
<style>
a { background-color: #3560DA; }
a { background-color: rgb(53,96,218); }
div.DivClassName
{
background-color: #3560DA;
}
.BgClassName
{
background-color: #3560DA;
}
</style>
border-color css
<style>
span { border-color: #3560DA; }
span { border-color: rgb(53,96,218); }
td.TdClassName
{
border-color: #3560DA;
}
.TagClassName
{
border-color: #3560DA;
}
</style>