Shades of Royal Blue #355CED
Tints of Royal Blue #355CED
RGB
CMYK
RGB Variations
Color information
#355CED (or 0x355CED) is known color: Royal Blue. HEX triplet: 35, 5C and ED. RGB value is (53,92,237). Sum of RGB (Red+Green+Blue) = 53+92+237=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #355CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355CED is #CAA312. Grayscale: #606060. Windows color (decimal): -13280019 or 15555637. OLE color: 15555637.
HSL color Cylindrical-coordinate representation of color #355CED: hue angle of 227.28º 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 #355CED is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 92 | 237 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.07 |
| HSL | 227.28º | 0.84% | 0.57% | - |
| HSV(B) | 227.28º | 0.78% | 0.93% | - |
| XYZ | 20.58 | 14.53 | 81.84 | - |
| YUV | 96.87 | 207.08 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 237 | 0.78 | 0.61 | 0 | 0.07 | 227.28 | 0.84 | 0.57 |
| Hex | 35 | 5C | ED | 4E | 3D | 0 | 7 | E3 | 54 | 39 |
| Octal | 65 | 134 | 355 | 116 | 75 | 0 | 7 | 343 | 124 | 71 |
| Binary | 110101 | 1011100 | 11101101 | 1001110 | 111101 | 0 | 111 | 11100011 | 1010100 | 111001 |
Color Harmonies of #355CED
Complementary color
Monochromatic Colors of #355CED
Black with #355CED
Text Example
Text Example
White with #355CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355CED; }
p { color: rgb(53,92,237); }
H1.HeaderClassName
{
color: #355CED;
}
.AnyTagClassName
{
color: #355CED;
}
</style>
background-color css
<style>
a { background-color: #355CED; }
a { background-color: rgb(53,92,237); }
div.DivClassName
{
background-color: #355CED;
}
.BgClassName
{
background-color: #355CED;
}
</style>
border-color css
<style>
span { border-color: #355CED; }
span { border-color: rgb(53,92,237); }
td.TdClassName
{
border-color: #355CED;
}
.TagClassName
{
border-color: #355CED;
}
</style>