Shades of Royal Blue #355DDA
Tints of Royal Blue #355DDA
RGB
CMYK
RGB Variations
Color information
#355DDA (or 0x355DDA) is known color: Royal Blue. HEX triplet: 35, 5D and DA. RGB value is (53,93,218). Sum of RGB (Red+Green+Blue) = 53+93+218=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #355DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DDA is #CAA225. Grayscale: #5E5E5E. Windows color (decimal): -13279782 or 14310709. OLE color: 14310709.
HSL color Cylindrical-coordinate representation of color #355DDA: hue angle of 225.45º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355DDA is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 93 | 218 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.15 |
| HSL | 225.45º | 0.69% | 0.53% | - |
| HSV(B) | 225.45º | 0.76% | 0.85% | - |
| XYZ | 18.04 | 13.65 | 68.01 | - |
| YUV | 95.29 | 197.25 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 218 | 0.76 | 0.57 | 0 | 0.15 | 225.45 | 0.69 | 0.53 |
| Hex | 35 | 5D | DA | 4C | 39 | 0 | F | E1 | 45 | 35 |
| Octal | 65 | 135 | 332 | 114 | 71 | 0 | 17 | 341 | 105 | 65 |
| Binary | 110101 | 1011101 | 11011010 | 1001100 | 111001 | 0 | 1111 | 11100001 | 1000101 | 110101 |
Color Harmonies of #355DDA
Complementary color
Monochromatic Colors of #355DDA
Black with #355DDA
Text Example
Text Example
White with #355DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DDA; }
p { color: rgb(53,93,218); }
H1.HeaderClassName
{
color: #355DDA;
}
.AnyTagClassName
{
color: #355DDA;
}
</style>
background-color css
<style>
a { background-color: #355DDA; }
a { background-color: rgb(53,93,218); }
div.DivClassName
{
background-color: #355DDA;
}
.BgClassName
{
background-color: #355DDA;
}
</style>
border-color css
<style>
span { border-color: #355DDA; }
span { border-color: rgb(53,93,218); }
td.TdClassName
{
border-color: #355DDA;
}
.TagClassName
{
border-color: #355DDA;
}
</style>