Shades of Royal Blue #3566FF
Tints of Royal Blue #3566FF
RGB
CMYK
RGB Variations
Color information
#3566FF (or 0x3566FF) is known color: Royal Blue. HEX triplet: 35, 66 and FF. RGB value is (53,102,255). Sum of RGB (Red+Green+Blue) = 53+102+255=410 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.93% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #3566FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3566FF is #CA9900. Grayscale: #686868. Windows color (decimal): -13277441 or 16737845. OLE color: 16737845.
HSL color Cylindrical-coordinate representation of color #3566FF: hue angle of 225.45º 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 #3566FF is Cyan = 0.79, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 102 | 255 | - |
| CMYK | 0.79 | 0.6 | 0 | 0 |
| HSL | 225.45º | 1% | 0.6% | - |
| HSV(B) | 225.45º | 0.79% | 1% | - |
| XYZ | 24.27 | 17.48 | 96.7 | - |
| YUV | 104.79 | 212.77 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 255 | 0.79 | 0.6 | 0 | 0 | 225.45 | 1 | 0.6 |
| Hex | 35 | 66 | FF | 4F | 3C | 0 | 0 | E1 | 64 | 3C |
| Octal | 65 | 146 | 377 | 117 | 74 | 0 | 0 | 341 | 144 | 74 |
| Binary | 110101 | 1100110 | 11111111 | 1001111 | 111100 | 0 | 0 | 11100001 | 1100100 | 111100 |
Color Harmonies of #3566FF
Complementary color
Monochromatic Colors of #3566FF
Black with #3566FF
Text Example
Text Example
White with #3566FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3566FF; }
p { color: rgb(53,102,255); }
H1.HeaderClassName
{
color: #3566FF;
}
.AnyTagClassName
{
color: #3566FF;
}
</style>
background-color css
<style>
a { background-color: #3566FF; }
a { background-color: rgb(53,102,255); }
div.DivClassName
{
background-color: #3566FF;
}
.BgClassName
{
background-color: #3566FF;
}
</style>
border-color css
<style>
span { border-color: #3566FF; }
span { border-color: rgb(53,102,255); }
td.TdClassName
{
border-color: #3566FF;
}
.TagClassName
{
border-color: #3566FF;
}
</style>