Shades of Royal Blue #3558F6
Tints of Royal Blue #3558F6
RGB
CMYK
RGB Variations
Color information
#3558F6 (or 0x3558F6) is known color: Royal Blue. HEX triplet: 35, 58 and F6. RGB value is (53,88,246). Sum of RGB (Red+Green+Blue) = 53+88+246=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 246 (96.48% from 255 or 63.57% from 387); Max value from RGB is 246 - color contains mainly: blue. Hex color #3558F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3558F6 is #CAA709. Grayscale: #5E5E5E. Windows color (decimal): -13281034 or 16144437. OLE color: 16144437.
HSL color Cylindrical-coordinate representation of color #3558F6: hue angle of 229.12º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3558F6 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 88 | 246 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.04 |
| HSL | 229.12º | 0.91% | 0.59% | - |
| HSV(B) | 229.12º | 0.78% | 0.96% | - |
| XYZ | 21.59 | 14.39 | 88.83 | - |
| YUV | 95.55 | 212.9 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 246 | 0.78 | 0.64 | 0 | 0.04 | 229.12 | 0.91 | 0.59 |
| Hex | 35 | 58 | F6 | 4E | 40 | 0 | 4 | E5 | 5B | 3B |
| Octal | 65 | 130 | 366 | 116 | 100 | 0 | 4 | 345 | 133 | 73 |
| Binary | 110101 | 1011000 | 11110110 | 1001110 | 1000000 | 0 | 100 | 11100101 | 1011011 | 111011 |
Color Harmonies of #3558F6
Complementary color
Monochromatic Colors of #3558F6
Black with #3558F6
Text Example
Text Example
White with #3558F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3558F6; }
p { color: rgb(53,88,246); }
H1.HeaderClassName
{
color: #3558F6;
}
.AnyTagClassName
{
color: #3558F6;
}
</style>
background-color css
<style>
a { background-color: #3558F6; }
a { background-color: rgb(53,88,246); }
div.DivClassName
{
background-color: #3558F6;
}
.BgClassName
{
background-color: #3558F6;
}
</style>
border-color css
<style>
span { border-color: #3558F6; }
span { border-color: rgb(53,88,246); }
td.TdClassName
{
border-color: #3558F6;
}
.TagClassName
{
border-color: #3558F6;
}
</style>