Shades of Royal Blue #3568FF
Tints of Royal Blue #3568FF
RGB
CMYK
RGB Variations
Color information
#3568FF (or 0x3568FF) is known color: Royal Blue. HEX triplet: 35, 68 and FF. RGB value is (53,104,255). Sum of RGB (Red+Green+Blue) = 53+104+255=412 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.86% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #3568FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3568FF is #CA9700. Grayscale: #696969. Windows color (decimal): -13276929 or 16738357. OLE color: 16738357.
HSL color Cylindrical-coordinate representation of color #3568FF: hue angle of 224.85º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3568FF is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 104 | 255 | - |
| CMYK | 0.79 | 0.59 | 0 | 0 |
| HSL | 224.85º | 1% | 0.6% | - |
| HSV(B) | 224.85º | 0.79% | 1% | - |
| XYZ | 24.47 | 17.88 | 96.77 | - |
| YUV | 105.97 | 212.1 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 255 | 0.79 | 0.59 | 0 | 0 | 224.85 | 1 | 0.6 |
| Hex | 35 | 68 | FF | 4F | 3B | 0 | 0 | E1 | 64 | 3C |
| Octal | 65 | 150 | 377 | 117 | 73 | 0 | 0 | 341 | 144 | 74 |
| Binary | 110101 | 1101000 | 11111111 | 1001111 | 111011 | 0 | 0 | 11100001 | 1100100 | 111100 |
Color Harmonies of #3568FF
Complementary color
Monochromatic Colors of #3568FF
Black with #3568FF
Text Example
Text Example
White with #3568FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3568FF; }
p { color: rgb(53,104,255); }
H1.HeaderClassName
{
color: #3568FF;
}
.AnyTagClassName
{
color: #3568FF;
}
</style>
background-color css
<style>
a { background-color: #3568FF; }
a { background-color: rgb(53,104,255); }
div.DivClassName
{
background-color: #3568FF;
}
.BgClassName
{
background-color: #3568FF;
}
</style>
border-color css
<style>
span { border-color: #3568FF; }
span { border-color: rgb(53,104,255); }
td.TdClassName
{
border-color: #3568FF;
}
.TagClassName
{
border-color: #3568FF;
}
</style>