Shades of Royal Blue #3568CF
Tints of Royal Blue #3568CF
RGB
CMYK
RGB Variations
Color information
#3568CF (or 0x3568CF) is known color: Royal Blue. HEX triplet: 35, 68 and CF. RGB value is (53,104,207). Sum of RGB (Red+Green+Blue) = 53+104+207=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #3568CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3568CF is #CA9730. Grayscale: #646464. Windows color (decimal): -13276977 or 13592629. OLE color: 13592629.
HSL color Cylindrical-coordinate representation of color #3568CF: hue angle of 220.13º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3568CF is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 104 | 207 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.19 |
| HSL | 220.13º | 0.62% | 0.51% | - |
| HSV(B) | 220.13º | 0.74% | 0.81% | - |
| XYZ | 17.68 | 15.16 | 61.03 | - |
| YUV | 100.49 | 188.1 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 207 | 0.74 | 0.50 | 0 | 0.19 | 220.13 | 0.62 | 0.51 |
| Hex | 35 | 68 | CF | 4A | 32 | 0 | 13 | DC | 3E | 33 |
| Octal | 65 | 150 | 317 | 112 | 62 | 0 | 23 | 334 | 76 | 63 |
| Binary | 110101 | 1101000 | 11001111 | 1001010 | 110010 | 0 | 10011 | 11011100 | 111110 | 110011 |
Color Harmonies of #3568CF
Complementary color
Monochromatic Colors of #3568CF
Black with #3568CF
Text Example
Text Example
White with #3568CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3568CF; }
p { color: rgb(53,104,207); }
H1.HeaderClassName
{
color: #3568CF;
}
.AnyTagClassName
{
color: #3568CF;
}
</style>
background-color css
<style>
a { background-color: #3568CF; }
a { background-color: rgb(53,104,207); }
div.DivClassName
{
background-color: #3568CF;
}
.BgClassName
{
background-color: #3568CF;
}
</style>
border-color css
<style>
span { border-color: #3568CF; }
span { border-color: rgb(53,104,207); }
td.TdClassName
{
border-color: #3568CF;
}
.TagClassName
{
border-color: #3568CF;
}
</style>