Shades of Royal Blue #3568CB
Tints of Royal Blue #3568CB
RGB
CMYK
RGB Variations
Color information
#3568CB (or 0x3568CB) is known color: Royal Blue. HEX triplet: 35, 68 and CB. RGB value is (53,104,203). Sum of RGB (Red+Green+Blue) = 53+104+203=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #3568CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3568CB is #CA9734. Grayscale: #636363. Windows color (decimal): -13276981 or 13330485. OLE color: 13330485.
HSL color Cylindrical-coordinate representation of color #3568CB: hue angle of 219.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3568CB is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 104 | 203 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.20 |
| HSL | 219.6º | 0.59% | 0.5% | - |
| HSV(B) | 219.6º | 0.74% | 0.8% | - |
| XYZ | 17.2 | 14.97 | 58.48 | - |
| YUV | 100.04 | 186.1 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 203 | 0.74 | 0.49 | 0 | 0.20 | 219.6 | 0.59 | 0.5 |
| Hex | 35 | 68 | CB | 4A | 31 | 0 | 14 | DC | 3B | 32 |
| Octal | 65 | 150 | 313 | 112 | 61 | 0 | 24 | 334 | 73 | 62 |
| Binary | 110101 | 1101000 | 11001011 | 1001010 | 110001 | 0 | 10100 | 11011100 | 111011 | 110010 |
Color Harmonies of #3568CB
Complementary color
Monochromatic Colors of #3568CB
Black with #3568CB
Text Example
Text Example
White with #3568CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3568CB; }
p { color: rgb(53,104,203); }
H1.HeaderClassName
{
color: #3568CB;
}
.AnyTagClassName
{
color: #3568CB;
}
</style>
background-color css
<style>
a { background-color: #3568CB; }
a { background-color: rgb(53,104,203); }
div.DivClassName
{
background-color: #3568CB;
}
.BgClassName
{
background-color: #3568CB;
}
</style>
border-color css
<style>
span { border-color: #3568CB; }
span { border-color: rgb(53,104,203); }
td.TdClassName
{
border-color: #3568CB;
}
.TagClassName
{
border-color: #3568CB;
}
</style>