Shades of Royal Blue #3565DD
Tints of Royal Blue #3565DD
RGB
CMYK
RGB Variations
Color information
#3565DD (or 0x3565DD) is known color: Royal Blue. HEX triplet: 35, 65 and DD. RGB value is (53,101,221). Sum of RGB (Red+Green+Blue) = 53+101+221=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #3565DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3565DD is #CA9A22. Grayscale: #636363. Windows color (decimal): -13277731 or 14509365. OLE color: 14509365.
HSL color Cylindrical-coordinate representation of color #3565DD: hue angle of 222.86º 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 #3565DD is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 101 | 221 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.13 |
| HSL | 222.86º | 0.71% | 0.54% | - |
| HSV(B) | 222.86º | 0.76% | 0.87% | - |
| XYZ | 19.17 | 15.28 | 70.35 | - |
| YUV | 100.33 | 196.1 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 221 | 0.76 | 0.54 | 0 | 0.13 | 222.86 | 0.71 | 0.54 |
| Hex | 35 | 65 | DD | 4C | 36 | 0 | D | DF | 47 | 36 |
| Octal | 65 | 145 | 335 | 114 | 66 | 0 | 15 | 337 | 107 | 66 |
| Binary | 110101 | 1100101 | 11011101 | 1001100 | 110110 | 0 | 1101 | 11011111 | 1000111 | 110110 |
Color Harmonies of #3565DD
Complementary color
Monochromatic Colors of #3565DD
Black with #3565DD
Text Example
Text Example
White with #3565DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3565DD; }
p { color: rgb(53,101,221); }
H1.HeaderClassName
{
color: #3565DD;
}
.AnyTagClassName
{
color: #3565DD;
}
</style>
background-color css
<style>
a { background-color: #3565DD; }
a { background-color: rgb(53,101,221); }
div.DivClassName
{
background-color: #3565DD;
}
.BgClassName
{
background-color: #3565DD;
}
</style>
border-color css
<style>
span { border-color: #3565DD; }
span { border-color: rgb(53,101,221); }
td.TdClassName
{
border-color: #3565DD;
}
.TagClassName
{
border-color: #3565DD;
}
</style>