Shades of Royal Blue #3561DB
Tints of Royal Blue #3561DB
RGB
CMYK
RGB Variations
Color information
#3561DB (or 0x3561DB) is known color: Royal Blue. HEX triplet: 35, 61 and DB. RGB value is (53,97,219). Sum of RGB (Red+Green+Blue) = 53+97+219=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #3561DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3561DB is #CA9E24. Grayscale: #616161. Windows color (decimal): -13278757 or 14377269. OLE color: 14377269.
HSL color Cylindrical-coordinate representation of color #3561DB: hue angle of 224.1º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3561DB is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 97 | 219 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.14 |
| HSL | 224.1º | 0.7% | 0.53% | - |
| HSV(B) | 224.1º | 0.76% | 0.86% | - |
| XYZ | 18.53 | 14.42 | 68.82 | - |
| YUV | 97.75 | 196.42 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 97 | 219 | 0.76 | 0.56 | 0 | 0.14 | 224.1 | 0.7 | 0.53 |
| Hex | 35 | 61 | DB | 4C | 38 | 0 | E | E0 | 46 | 35 |
| Octal | 65 | 141 | 333 | 114 | 70 | 0 | 16 | 340 | 106 | 65 |
| Binary | 110101 | 1100001 | 11011011 | 1001100 | 111000 | 0 | 1110 | 11100000 | 1000110 | 110101 |
Color Harmonies of #3561DB
Complementary color
Monochromatic Colors of #3561DB
Black with #3561DB
Text Example
Text Example
White with #3561DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3561DB; }
p { color: rgb(53,97,219); }
H1.HeaderClassName
{
color: #3561DB;
}
.AnyTagClassName
{
color: #3561DB;
}
</style>
background-color css
<style>
a { background-color: #3561DB; }
a { background-color: rgb(53,97,219); }
div.DivClassName
{
background-color: #3561DB;
}
.BgClassName
{
background-color: #3561DB;
}
</style>
border-color css
<style>
span { border-color: #3561DB; }
span { border-color: rgb(53,97,219); }
td.TdClassName
{
border-color: #3561DB;
}
.TagClassName
{
border-color: #3561DB;
}
</style>