Shades of Royal Blue #355BED
Tints of Royal Blue #355BED
RGB
CMYK
RGB Variations
Color information
#355BED (or 0x355BED) is known color: Royal Blue. HEX triplet: 35, 5B and ED. RGB value is (53,91,237). Sum of RGB (Red+Green+Blue) = 53+91+237=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #355BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355BED is #CAA412. Grayscale: #5F5F5F. Windows color (decimal): -13280275 or 15555381. OLE color: 15555381.
HSL color Cylindrical-coordinate representation of color #355BED: hue angle of 227.61º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #355BED is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 91 | 237 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.07 |
| HSL | 227.61º | 0.84% | 0.57% | - |
| HSV(B) | 227.61º | 0.78% | 0.93% | - |
| XYZ | 20.5 | 14.35 | 81.81 | - |
| YUV | 96.28 | 207.41 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 237 | 0.78 | 0.62 | 0 | 0.07 | 227.61 | 0.84 | 0.57 |
| Hex | 35 | 5B | ED | 4E | 3E | 0 | 7 | E4 | 54 | 39 |
| Octal | 65 | 133 | 355 | 116 | 76 | 0 | 7 | 344 | 124 | 71 |
| Binary | 110101 | 1011011 | 11101101 | 1001110 | 111110 | 0 | 111 | 11100100 | 1010100 | 111001 |
Color Harmonies of #355BED
Complementary color
Monochromatic Colors of #355BED
Black with #355BED
Text Example
Text Example
White with #355BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355BED; }
p { color: rgb(53,91,237); }
H1.HeaderClassName
{
color: #355BED;
}
.AnyTagClassName
{
color: #355BED;
}
</style>
background-color css
<style>
a { background-color: #355BED; }
a { background-color: rgb(53,91,237); }
div.DivClassName
{
background-color: #355BED;
}
.BgClassName
{
background-color: #355BED;
}
</style>
border-color css
<style>
span { border-color: #355BED; }
span { border-color: rgb(53,91,237); }
td.TdClassName
{
border-color: #355BED;
}
.TagClassName
{
border-color: #355BED;
}
</style>