Shades of Royal Blue #355ADC
Tints of Royal Blue #355ADC
RGB
CMYK
RGB Variations
Color information
#355ADC (or 0x355ADC) is known color: Royal Blue. HEX triplet: 35, 5A and DC. RGB value is (53,90,220). Sum of RGB (Red+Green+Blue) = 53+90+220=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #355ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355ADC is #CAA523. Grayscale: #5D5D5D. Windows color (decimal): -13280548 or 14441013. OLE color: 14441013.
HSL color Cylindrical-coordinate representation of color #355ADC: hue angle of 226.71º 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 #355ADC is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 90 | 220 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.14 |
| HSL | 226.71º | 0.7% | 0.54% | - |
| HSV(B) | 226.71º | 0.76% | 0.86% | - |
| XYZ | 18.04 | 13.24 | 69.31 | - |
| YUV | 93.76 | 199.24 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 220 | 0.76 | 0.59 | 0 | 0.14 | 226.71 | 0.7 | 0.54 |
| Hex | 35 | 5A | DC | 4C | 3B | 0 | E | E3 | 46 | 36 |
| Octal | 65 | 132 | 334 | 114 | 73 | 0 | 16 | 343 | 106 | 66 |
| Binary | 110101 | 1011010 | 11011100 | 1001100 | 111011 | 0 | 1110 | 11100011 | 1000110 | 110110 |
Color Harmonies of #355ADC
Complementary color
Monochromatic Colors of #355ADC
Black with #355ADC
Text Example
Text Example
White with #355ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355ADC; }
p { color: rgb(53,90,220); }
H1.HeaderClassName
{
color: #355ADC;
}
.AnyTagClassName
{
color: #355ADC;
}
</style>
background-color css
<style>
a { background-color: #355ADC; }
a { background-color: rgb(53,90,220); }
div.DivClassName
{
background-color: #355ADC;
}
.BgClassName
{
background-color: #355ADC;
}
</style>
border-color css
<style>
span { border-color: #355ADC; }
span { border-color: rgb(53,90,220); }
td.TdClassName
{
border-color: #355ADC;
}
.TagClassName
{
border-color: #355ADC;
}
</style>