Shades of Royal Blue #355DDD
Tints of Royal Blue #355DDD
RGB
CMYK
RGB Variations
Color information
#355DDD (or 0x355DDD) is known color: Royal Blue. HEX triplet: 35, 5D and DD. RGB value is (53,93,221). Sum of RGB (Red+Green+Blue) = 53+93+221=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #355DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DDD is #CAA222. Grayscale: #5F5F5F. Windows color (decimal): -13279779 or 14507317. OLE color: 14507317.
HSL color Cylindrical-coordinate representation of color #355DDD: hue angle of 225.71º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355DDD is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 93 | 221 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.13 |
| HSL | 225.71º | 0.71% | 0.54% | - |
| HSV(B) | 225.71º | 0.76% | 0.87% | - |
| XYZ | 18.43 | 13.81 | 70.1 | - |
| YUV | 95.63 | 198.75 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 221 | 0.76 | 0.58 | 0 | 0.13 | 225.71 | 0.71 | 0.54 |
| Hex | 35 | 5D | DD | 4C | 3A | 0 | D | E2 | 47 | 36 |
| Octal | 65 | 135 | 335 | 114 | 72 | 0 | 15 | 342 | 107 | 66 |
| Binary | 110101 | 1011101 | 11011101 | 1001100 | 111010 | 0 | 1101 | 11100010 | 1000111 | 110110 |
Color Harmonies of #355DDD
Complementary color
Monochromatic Colors of #355DDD
Black with #355DDD
Text Example
Text Example
White with #355DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DDD; }
p { color: rgb(53,93,221); }
H1.HeaderClassName
{
color: #355DDD;
}
.AnyTagClassName
{
color: #355DDD;
}
</style>
background-color css
<style>
a { background-color: #355DDD; }
a { background-color: rgb(53,93,221); }
div.DivClassName
{
background-color: #355DDD;
}
.BgClassName
{
background-color: #355DDD;
}
</style>
border-color css
<style>
span { border-color: #355DDD; }
span { border-color: rgb(53,93,221); }
td.TdClassName
{
border-color: #355DDD;
}
.TagClassName
{
border-color: #355DDD;
}
</style>