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