Shades of Royal Blue #357ADC
Tints of Royal Blue #357ADC
RGB
CMYK
RGB Variations
Color information
#357ADC (or 0x357ADC) is known color: Royal Blue. HEX triplet: 35, 7A and DC. RGB value is (53,122,220). Sum of RGB (Red+Green+Blue) = 53+122+220=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #357ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ADC is #CA8523. Grayscale: #707070. Windows color (decimal): -13272356 or 14449205. OLE color: 14449205.
HSL color Cylindrical-coordinate representation of color #357ADC: hue angle of 215.21º 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 #357ADC is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 122 | 220 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.14 |
| HSL | 215.21º | 0.7% | 0.54% | - |
| HSV(B) | 215.21º | 0.76% | 0.86% | - |
| XYZ | 21.35 | 19.84 | 70.42 | - |
| YUV | 112.54 | 188.64 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 122 | 220 | 0.76 | 0.45 | 0 | 0.14 | 215.21 | 0.7 | 0.54 |
| Hex | 35 | 7A | DC | 4C | 2D | 0 | E | D7 | 46 | 36 |
| Octal | 65 | 172 | 334 | 114 | 55 | 0 | 16 | 327 | 106 | 66 |
| Binary | 110101 | 1111010 | 11011100 | 1001100 | 101101 | 0 | 1110 | 11010111 | 1000110 | 110110 |
Color Harmonies of #357ADC
Complementary color
Monochromatic Colors of #357ADC
Black with #357ADC
Text Example
Text Example
White with #357ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357ADC; }
p { color: rgb(53,122,220); }
H1.HeaderClassName
{
color: #357ADC;
}
.AnyTagClassName
{
color: #357ADC;
}
</style>
background-color css
<style>
a { background-color: #357ADC; }
a { background-color: rgb(53,122,220); }
div.DivClassName
{
background-color: #357ADC;
}
.BgClassName
{
background-color: #357ADC;
}
</style>
border-color css
<style>
span { border-color: #357ADC; }
span { border-color: rgb(53,122,220); }
td.TdClassName
{
border-color: #357ADC;
}
.TagClassName
{
border-color: #357ADC;
}
</style>