Shades of Royal Blue #357BD2
Tints of Royal Blue #357BD2
RGB
CMYK
RGB Variations
Color information
#357BD2 (or 0x357BD2) is known color: Royal Blue. HEX triplet: 35, 7B and D2. RGB value is (53,123,210). Sum of RGB (Red+Green+Blue) = 53+123+210=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 210 (82.42% from 255 or 54.40% from 386); Max value from RGB is 210 - color contains mainly: blue. Hex color #357BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357BD2 is #CA842D. Grayscale: #6F6F6F. Windows color (decimal): -13272110 or 13794101. OLE color: 13794101.
HSL color Cylindrical-coordinate representation of color #357BD2: hue angle of 213.25º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #357BD2 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 123 | 210 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.18 |
| HSL | 213.25º | 0.64% | 0.52% | - |
| HSV(B) | 213.25º | 0.75% | 0.82% | - |
| XYZ | 20.18 | 19.58 | 63.69 | - |
| YUV | 111.99 | 183.31 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 210 | 0.75 | 0.41 | 0 | 0.18 | 213.25 | 0.64 | 0.52 |
| Hex | 35 | 7B | D2 | 4B | 29 | 0 | 12 | D5 | 40 | 34 |
| Octal | 65 | 173 | 322 | 113 | 51 | 0 | 22 | 325 | 100 | 64 |
| Binary | 110101 | 1111011 | 11010010 | 1001011 | 101001 | 0 | 10010 | 11010101 | 1000000 | 110100 |
Color Harmonies of #357BD2
Complementary color
Monochromatic Colors of #357BD2
Black with #357BD2
Text Example
Text Example
White with #357BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BD2; }
p { color: rgb(53,123,210); }
H1.HeaderClassName
{
color: #357BD2;
}
.AnyTagClassName
{
color: #357BD2;
}
</style>
background-color css
<style>
a { background-color: #357BD2; }
a { background-color: rgb(53,123,210); }
div.DivClassName
{
background-color: #357BD2;
}
.BgClassName
{
background-color: #357BD2;
}
</style>
border-color css
<style>
span { border-color: #357BD2; }
span { border-color: rgb(53,123,210); }
td.TdClassName
{
border-color: #357BD2;
}
.TagClassName
{
border-color: #357BD2;
}
</style>