Shades of Royal Blue #355FFB
Tints of Royal Blue #355FFB
RGB
CMYK
RGB Variations
Color information
#355FFB (or 0x355FFB) is known color: Royal Blue. HEX triplet: 35, 5F and FB. RGB value is (53,95,251). Sum of RGB (Red+Green+Blue) = 53+95+251=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #355FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355FFB is #CAA004. Grayscale: #636363. Windows color (decimal): -13279237 or 16473909. OLE color: 16473909.
HSL color Cylindrical-coordinate representation of color #355FFB: hue angle of 227.27º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355FFB is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 95 | 251 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.02 |
| HSL | 227.27º | 0.96% | 0.6% | - |
| HSV(B) | 227.27º | 0.79% | 0.98% | - |
| XYZ | 22.97 | 15.91 | 93.13 | - |
| YUV | 100.23 | 213.09 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 251 | 0.79 | 0.62 | 0 | 0.02 | 227.27 | 0.96 | 0.6 |
| Hex | 35 | 5F | FB | 4F | 3E | 0 | 2 | E3 | 60 | 3C |
| Octal | 65 | 137 | 373 | 117 | 76 | 0 | 2 | 343 | 140 | 74 |
| Binary | 110101 | 1011111 | 11111011 | 1001111 | 111110 | 0 | 10 | 11100011 | 1100000 | 111100 |
Color Harmonies of #355FFB
Complementary color
Monochromatic Colors of #355FFB
Black with #355FFB
Text Example
Text Example
White with #355FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355FFB; }
p { color: rgb(53,95,251); }
H1.HeaderClassName
{
color: #355FFB;
}
.AnyTagClassName
{
color: #355FFB;
}
</style>
background-color css
<style>
a { background-color: #355FFB; }
a { background-color: rgb(53,95,251); }
div.DivClassName
{
background-color: #355FFB;
}
.BgClassName
{
background-color: #355FFB;
}
</style>
border-color css
<style>
span { border-color: #355FFB; }
span { border-color: rgb(53,95,251); }
td.TdClassName
{
border-color: #355FFB;
}
.TagClassName
{
border-color: #355FFB;
}
</style>