Shades of Royal Blue #355BEF
Tints of Royal Blue #355BEF
RGB
CMYK
RGB Variations
Color information
#355BEF (or 0x355BEF) is known color: Royal Blue. HEX triplet: 35, 5B and EF. RGB value is (53,91,239). Sum of RGB (Red+Green+Blue) = 53+91+239=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #355BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355BEF is #CAA410. Grayscale: #5F5F5F. Windows color (decimal): -13280273 or 15686453. OLE color: 15686453.
HSL color Cylindrical-coordinate representation of color #355BEF: hue angle of 227.74º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #355BEF is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 91 | 239 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.06 |
| HSL | 227.74º | 0.85% | 0.57% | - |
| HSV(B) | 227.74º | 0.78% | 0.94% | - |
| XYZ | 20.79 | 14.47 | 83.36 | - |
| YUV | 96.51 | 208.41 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 239 | 0.78 | 0.62 | 0 | 0.06 | 227.74 | 0.85 | 0.57 |
| Hex | 35 | 5B | EF | 4E | 3E | 0 | 6 | E4 | 55 | 39 |
| Octal | 65 | 133 | 357 | 116 | 76 | 0 | 6 | 344 | 125 | 71 |
| Binary | 110101 | 1011011 | 11101111 | 1001110 | 111110 | 0 | 110 | 11100100 | 1010101 | 111001 |
Color Harmonies of #355BEF
Complementary color
Monochromatic Colors of #355BEF
Black with #355BEF
Text Example
Text Example
White with #355BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355BEF; }
p { color: rgb(53,91,239); }
H1.HeaderClassName
{
color: #355BEF;
}
.AnyTagClassName
{
color: #355BEF;
}
</style>
background-color css
<style>
a { background-color: #355BEF; }
a { background-color: rgb(53,91,239); }
div.DivClassName
{
background-color: #355BEF;
}
.BgClassName
{
background-color: #355BEF;
}
</style>
border-color css
<style>
span { border-color: #355BEF; }
span { border-color: rgb(53,91,239); }
td.TdClassName
{
border-color: #355BEF;
}
.TagClassName
{
border-color: #355BEF;
}
</style>