Shades of Royal Blue #357BDD
Tints of Royal Blue #357BDD
RGB
CMYK
RGB Variations
Color information
#357BDD (or 0x357BDD) is known color: Royal Blue. HEX triplet: 35, 7B and DD. RGB value is (53,123,221). Sum of RGB (Red+Green+Blue) = 53+123+221=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #357BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357BDD is #CA8422. Grayscale: #707070. Windows color (decimal): -13272099 or 14514997. OLE color: 14514997.
HSL color Cylindrical-coordinate representation of color #357BDD: hue angle of 215º 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 #357BDD is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 123 | 221 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.13 |
| HSL | 215º | 0.71% | 0.54% | - |
| HSV(B) | 215º | 0.76% | 0.87% | - |
| XYZ | 21.6 | 20.14 | 71.16 | - |
| YUV | 113.24 | 188.81 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 221 | 0.76 | 0.44 | 0 | 0.13 | 215 | 0.71 | 0.54 |
| Hex | 35 | 7B | DD | 4C | 2C | 0 | D | D7 | 47 | 36 |
| Octal | 65 | 173 | 335 | 114 | 54 | 0 | 15 | 327 | 107 | 66 |
| Binary | 110101 | 1111011 | 11011101 | 1001100 | 101100 | 0 | 1101 | 11010111 | 1000111 | 110110 |
Color Harmonies of #357BDD
Complementary color
Monochromatic Colors of #357BDD
Black with #357BDD
Text Example
Text Example
White with #357BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BDD; }
p { color: rgb(53,123,221); }
H1.HeaderClassName
{
color: #357BDD;
}
.AnyTagClassName
{
color: #357BDD;
}
</style>
background-color css
<style>
a { background-color: #357BDD; }
a { background-color: rgb(53,123,221); }
div.DivClassName
{
background-color: #357BDD;
}
.BgClassName
{
background-color: #357BDD;
}
</style>
border-color css
<style>
span { border-color: #357BDD; }
span { border-color: rgb(53,123,221); }
td.TdClassName
{
border-color: #357BDD;
}
.TagClassName
{
border-color: #357BDD;
}
</style>