Shades of Royal Blue #3563EA
Tints of Royal Blue #3563EA
RGB
CMYK
RGB Variations
Color information
#3563EA (or 0x3563EA) is known color: Royal Blue. HEX triplet: 35, 63 and EA. RGB value is (53,99,234). Sum of RGB (Red+Green+Blue) = 53+99+234=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #3563EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3563EA is #CA9C15. Grayscale: #646464. Windows color (decimal): -13278230 or 15360821. OLE color: 15360821.
HSL color Cylindrical-coordinate representation of color #3563EA: hue angle of 224.75º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3563EA is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 99 | 234 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.08 |
| HSL | 224.75º | 0.81% | 0.56% | - |
| HSV(B) | 224.75º | 0.77% | 0.92% | - |
| XYZ | 20.78 | 15.62 | 79.76 | - |
| YUV | 100.64 | 203.26 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 99 | 234 | 0.77 | 0.58 | 0 | 0.08 | 224.75 | 0.81 | 0.56 |
| Hex | 35 | 63 | EA | 4D | 3A | 0 | 8 | E1 | 51 | 38 |
| Octal | 65 | 143 | 352 | 115 | 72 | 0 | 10 | 341 | 121 | 70 |
| Binary | 110101 | 1100011 | 11101010 | 1001101 | 111010 | 0 | 1000 | 11100001 | 1010001 | 111000 |
Color Harmonies of #3563EA
Complementary color
Monochromatic Colors of #3563EA
Black with #3563EA
Text Example
Text Example
White with #3563EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3563EA; }
p { color: rgb(53,99,234); }
H1.HeaderClassName
{
color: #3563EA;
}
.AnyTagClassName
{
color: #3563EA;
}
</style>
background-color css
<style>
a { background-color: #3563EA; }
a { background-color: rgb(53,99,234); }
div.DivClassName
{
background-color: #3563EA;
}
.BgClassName
{
background-color: #3563EA;
}
</style>
border-color css
<style>
span { border-color: #3563EA; }
span { border-color: rgb(53,99,234); }
td.TdClassName
{
border-color: #3563EA;
}
.TagClassName
{
border-color: #3563EA;
}
</style>