Shades of Royal Blue #355BF6
Tints of Royal Blue #355BF6
RGB
CMYK
RGB Variations
Color information
#355BF6 (or 0x355BF6) is known color: Royal Blue. HEX triplet: 35, 5B and F6. RGB value is (53,91,246). Sum of RGB (Red+Green+Blue) = 53+91+246=390 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.59% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 246 (96.48% from 255 or 63.08% from 390); Max value from RGB is 246 - color contains mainly: blue. Hex color #355BF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355BF6 is #CAA409. Grayscale: #606060. Windows color (decimal): -13280266 or 16145205. OLE color: 16145205.
HSL color Cylindrical-coordinate representation of color #355BF6: hue angle of 228.19º 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 #355BF6 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 91 | 246 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.04 |
| HSL | 228.19º | 0.91% | 0.59% | - |
| HSV(B) | 228.19º | 0.78% | 0.96% | - |
| XYZ | 21.84 | 14.89 | 88.91 | - |
| YUV | 97.31 | 211.91 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 246 | 0.78 | 0.63 | 0 | 0.04 | 228.19 | 0.91 | 0.59 |
| Hex | 35 | 5B | F6 | 4E | 3F | 0 | 4 | E4 | 5B | 3B |
| Octal | 65 | 133 | 366 | 116 | 77 | 0 | 4 | 344 | 133 | 73 |
| Binary | 110101 | 1011011 | 11110110 | 1001110 | 111111 | 0 | 100 | 11100100 | 1011011 | 111011 |
Color Harmonies of #355BF6
Complementary color
Monochromatic Colors of #355BF6
Black with #355BF6
Text Example
Text Example
White with #355BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355BF6; }
p { color: rgb(53,91,246); }
H1.HeaderClassName
{
color: #355BF6;
}
.AnyTagClassName
{
color: #355BF6;
}
</style>
background-color css
<style>
a { background-color: #355BF6; }
a { background-color: rgb(53,91,246); }
div.DivClassName
{
background-color: #355BF6;
}
.BgClassName
{
background-color: #355BF6;
}
</style>
border-color css
<style>
span { border-color: #355BF6; }
span { border-color: rgb(53,91,246); }
td.TdClassName
{
border-color: #355BF6;
}
.TagClassName
{
border-color: #355BF6;
}
</style>