Shades of Royal Blue #355DDC
Tints of Royal Blue #355DDC
RGB
CMYK
RGB Variations
Color information
#355DDC (or 0x355DDC) is known color: Royal Blue. HEX triplet: 35, 5D and DC. RGB value is (53,93,220). Sum of RGB (Red+Green+Blue) = 53+93+220=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #355DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DDC is #CAA223. Grayscale: #5E5E5E. Windows color (decimal): -13279780 or 14441781. OLE color: 14441781.
HSL color Cylindrical-coordinate representation of color #355DDC: hue angle of 225.63º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355DDC is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 93 | 220 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.14 |
| HSL | 225.63º | 0.7% | 0.54% | - |
| HSV(B) | 225.63º | 0.76% | 0.86% | - |
| XYZ | 18.3 | 13.75 | 69.4 | - |
| YUV | 95.52 | 198.25 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 220 | 0.76 | 0.58 | 0 | 0.14 | 225.63 | 0.7 | 0.54 |
| Hex | 35 | 5D | DC | 4C | 3A | 0 | E | E2 | 46 | 36 |
| Octal | 65 | 135 | 334 | 114 | 72 | 0 | 16 | 342 | 106 | 66 |
| Binary | 110101 | 1011101 | 11011100 | 1001100 | 111010 | 0 | 1110 | 11100010 | 1000110 | 110110 |
Color Harmonies of #355DDC
Complementary color
Monochromatic Colors of #355DDC
Black with #355DDC
Text Example
Text Example
White with #355DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DDC; }
p { color: rgb(53,93,220); }
H1.HeaderClassName
{
color: #355DDC;
}
.AnyTagClassName
{
color: #355DDC;
}
</style>
background-color css
<style>
a { background-color: #355DDC; }
a { background-color: rgb(53,93,220); }
div.DivClassName
{
background-color: #355DDC;
}
.BgClassName
{
background-color: #355DDC;
}
</style>
border-color css
<style>
span { border-color: #355DDC; }
span { border-color: rgb(53,93,220); }
td.TdClassName
{
border-color: #355DDC;
}
.TagClassName
{
border-color: #355DDC;
}
</style>