Shades of Royal Blue #3569DD
Tints of Royal Blue #3569DD
RGB
CMYK
RGB Variations
Color information
#3569DD (or 0x3569DD) is known color: Royal Blue. HEX triplet: 35, 69 and DD. RGB value is (53,105,221). Sum of RGB (Red+Green+Blue) = 53+105+221=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #3569DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3569DD is #CA9622. Grayscale: #666666. Windows color (decimal): -13276707 or 14510389. OLE color: 14510389.
HSL color Cylindrical-coordinate representation of color #3569DD: hue angle of 221.43º degrees, saturation: 0.71, 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 #3569DD is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 105 | 221 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.13 |
| HSL | 221.43º | 0.71% | 0.54% | - |
| HSV(B) | 221.43º | 0.76% | 0.87% | - |
| XYZ | 19.57 | 16.08 | 70.48 | - |
| YUV | 102.68 | 194.77 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 105 | 221 | 0.76 | 0.52 | 0 | 0.13 | 221.43 | 0.71 | 0.54 |
| Hex | 35 | 69 | DD | 4C | 34 | 0 | D | DD | 47 | 36 |
| Octal | 65 | 151 | 335 | 114 | 64 | 0 | 15 | 335 | 107 | 66 |
| Binary | 110101 | 1101001 | 11011101 | 1001100 | 110100 | 0 | 1101 | 11011101 | 1000111 | 110110 |
Color Harmonies of #3569DD
Complementary color
Monochromatic Colors of #3569DD
Black with #3569DD
Text Example
Text Example
White with #3569DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3569DD; }
p { color: rgb(53,105,221); }
H1.HeaderClassName
{
color: #3569DD;
}
.AnyTagClassName
{
color: #3569DD;
}
</style>
background-color css
<style>
a { background-color: #3569DD; }
a { background-color: rgb(53,105,221); }
div.DivClassName
{
background-color: #3569DD;
}
.BgClassName
{
background-color: #3569DD;
}
</style>
border-color css
<style>
span { border-color: #3569DD; }
span { border-color: rgb(53,105,221); }
td.TdClassName
{
border-color: #3569DD;
}
.TagClassName
{
border-color: #3569DD;
}
</style>