Shades of Royal Blue #3568ED
Tints of Royal Blue #3568ED
RGB
CMYK
RGB Variations
Color information
#3568ED (or 0x3568ED) is known color: Royal Blue. HEX triplet: 35, 68 and ED. RGB value is (53,104,237). Sum of RGB (Red+Green+Blue) = 53+104+237=394 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.45% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 237 (92.97% from 255 or 60.15% from 394); Max value from RGB is 237 - color contains mainly: blue. Hex color #3568ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3568ED is #CA9712. Grayscale: #676767. Windows color (decimal): -13276947 or 15558709. OLE color: 15558709.
HSL color Cylindrical-coordinate representation of color #3568ED: hue angle of 223.37º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3568ED is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 104 | 237 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.07 |
| HSL | 223.37º | 0.84% | 0.57% | - |
| HSV(B) | 223.37º | 0.78% | 0.93% | - |
| XYZ | 21.7 | 16.77 | 82.21 | - |
| YUV | 103.91 | 203.1 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 237 | 0.78 | 0.56 | 0 | 0.07 | 223.37 | 0.84 | 0.57 |
| Hex | 35 | 68 | ED | 4E | 38 | 0 | 7 | DF | 54 | 39 |
| Octal | 65 | 150 | 355 | 116 | 70 | 0 | 7 | 337 | 124 | 71 |
| Binary | 110101 | 1101000 | 11101101 | 1001110 | 111000 | 0 | 111 | 11011111 | 1010100 | 111001 |
Color Harmonies of #3568ED
Complementary color
Monochromatic Colors of #3568ED
Black with #3568ED
Text Example
Text Example
White with #3568ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3568ED; }
p { color: rgb(53,104,237); }
H1.HeaderClassName
{
color: #3568ED;
}
.AnyTagClassName
{
color: #3568ED;
}
</style>
background-color css
<style>
a { background-color: #3568ED; }
a { background-color: rgb(53,104,237); }
div.DivClassName
{
background-color: #3568ED;
}
.BgClassName
{
background-color: #3568ED;
}
</style>
border-color css
<style>
span { border-color: #3568ED; }
span { border-color: rgb(53,104,237); }
td.TdClassName
{
border-color: #3568ED;
}
.TagClassName
{
border-color: #3568ED;
}
</style>