Shades of Royal Blue #357BDC
Tints of Royal Blue #357BDC
RGB
CMYK
RGB Variations
Color information
#357BDC (or 0x357BDC) is known color: Royal Blue. HEX triplet: 35, 7B and DC. RGB value is (53,123,220). Sum of RGB (Red+Green+Blue) = 53+123+220=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #357BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357BDC is #CA8423. Grayscale: #707070. Windows color (decimal): -13272100 or 14449461. OLE color: 14449461.
HSL color Cylindrical-coordinate representation of color #357BDC: hue angle of 214.85º 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 #357BDC is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 123 | 220 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.14 |
| HSL | 214.85º | 0.7% | 0.54% | - |
| HSV(B) | 214.85º | 0.76% | 0.86% | - |
| XYZ | 21.47 | 20.09 | 70.46 | - |
| YUV | 113.13 | 188.31 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 220 | 0.76 | 0.44 | 0 | 0.14 | 214.85 | 0.7 | 0.54 |
| Hex | 35 | 7B | DC | 4C | 2C | 0 | E | D7 | 46 | 36 |
| Octal | 65 | 173 | 334 | 114 | 54 | 0 | 16 | 327 | 106 | 66 |
| Binary | 110101 | 1111011 | 11011100 | 1001100 | 101100 | 0 | 1110 | 11010111 | 1000110 | 110110 |
Color Harmonies of #357BDC
Complementary color
Monochromatic Colors of #357BDC
Black with #357BDC
Text Example
Text Example
White with #357BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BDC; }
p { color: rgb(53,123,220); }
H1.HeaderClassName
{
color: #357BDC;
}
.AnyTagClassName
{
color: #357BDC;
}
</style>
background-color css
<style>
a { background-color: #357BDC; }
a { background-color: rgb(53,123,220); }
div.DivClassName
{
background-color: #357BDC;
}
.BgClassName
{
background-color: #357BDC;
}
</style>
border-color css
<style>
span { border-color: #357BDC; }
span { border-color: rgb(53,123,220); }
td.TdClassName
{
border-color: #357BDC;
}
.TagClassName
{
border-color: #357BDC;
}
</style>