Shades of Royal Blue #357AD2
Tints of Royal Blue #357AD2
RGB
CMYK
RGB Variations
Color information
#357AD2 (or 0x357AD2) is known color: Royal Blue. HEX triplet: 35, 7A and D2. RGB value is (53,122,210). Sum of RGB (Red+Green+Blue) = 53+122+210=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 210 (82.42% from 255 or 54.55% from 385); Max value from RGB is 210 - color contains mainly: blue. Hex color #357AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357AD2 is #CA852D. Grayscale: #6E6E6E. Windows color (decimal): -13272366 or 13793845. OLE color: 13793845.
HSL color Cylindrical-coordinate representation of color #357AD2: hue angle of 213.63º 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 #357AD2 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 122 | 210 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.18 |
| HSL | 213.63º | 0.64% | 0.52% | - |
| HSV(B) | 213.63º | 0.75% | 0.82% | - |
| XYZ | 20.06 | 19.33 | 63.65 | - |
| YUV | 111.4 | 183.64 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 122 | 210 | 0.75 | 0.42 | 0 | 0.18 | 213.63 | 0.64 | 0.52 |
| Hex | 35 | 7A | D2 | 4B | 2A | 0 | 12 | D6 | 40 | 34 |
| Octal | 65 | 172 | 322 | 113 | 52 | 0 | 22 | 326 | 100 | 64 |
| Binary | 110101 | 1111010 | 11010010 | 1001011 | 101010 | 0 | 10010 | 11010110 | 1000000 | 110100 |
Color Harmonies of #357AD2
Complementary color
Monochromatic Colors of #357AD2
Black with #357AD2
Text Example
Text Example
White with #357AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357AD2; }
p { color: rgb(53,122,210); }
H1.HeaderClassName
{
color: #357AD2;
}
.AnyTagClassName
{
color: #357AD2;
}
</style>
background-color css
<style>
a { background-color: #357AD2; }
a { background-color: rgb(53,122,210); }
div.DivClassName
{
background-color: #357AD2;
}
.BgClassName
{
background-color: #357AD2;
}
</style>
border-color css
<style>
span { border-color: #357AD2; }
span { border-color: rgb(53,122,210); }
td.TdClassName
{
border-color: #357AD2;
}
.TagClassName
{
border-color: #357AD2;
}
</style>