Shades of Royal Blue #3568E5
Tints of Royal Blue #3568E5
RGB
CMYK
RGB Variations
Color information
#3568E5 (or 0x3568E5) is known color: Royal Blue. HEX triplet: 35, 68 and E5. RGB value is (53,104,229). Sum of RGB (Red+Green+Blue) = 53+104+229=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 229 (89.84% from 255 or 59.33% from 386); Max value from RGB is 229 - color contains mainly: blue. Hex color #3568E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3568E5 is #CA971A. Grayscale: #666666. Windows color (decimal): -13276955 or 15034421. OLE color: 15034421.
HSL color Cylindrical-coordinate representation of color #3568E5: hue angle of 222.61º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3568E5 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 104 | 229 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.10 |
| HSL | 222.61º | 0.77% | 0.55% | - |
| HSV(B) | 222.61º | 0.77% | 0.9% | - |
| XYZ | 20.56 | 16.31 | 76.19 | - |
| YUV | 103 | 199.1 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 229 | 0.77 | 0.55 | 0 | 0.10 | 222.61 | 0.77 | 0.55 |
| Hex | 35 | 68 | E5 | 4D | 37 | 0 | A | DF | 4D | 37 |
| Octal | 65 | 150 | 345 | 115 | 67 | 0 | 12 | 337 | 115 | 67 |
| Binary | 110101 | 1101000 | 11100101 | 1001101 | 110111 | 0 | 1010 | 11011111 | 1001101 | 110111 |
Color Harmonies of #3568E5
Complementary color
Monochromatic Colors of #3568E5
Black with #3568E5
Text Example
Text Example
White with #3568E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3568E5; }
p { color: rgb(53,104,229); }
H1.HeaderClassName
{
color: #3568E5;
}
.AnyTagClassName
{
color: #3568E5;
}
</style>
background-color css
<style>
a { background-color: #3568E5; }
a { background-color: rgb(53,104,229); }
div.DivClassName
{
background-color: #3568E5;
}
.BgClassName
{
background-color: #3568E5;
}
</style>
border-color css
<style>
span { border-color: #3568E5; }
span { border-color: rgb(53,104,229); }
td.TdClassName
{
border-color: #3568E5;
}
.TagClassName
{
border-color: #3568E5;
}
</style>