Shades of Royal Blue #355ED4
Tints of Royal Blue #355ED4
RGB
CMYK
RGB Variations
Color information
#355ED4 (or 0x355ED4) is known color: Royal Blue. HEX triplet: 35, 5E and D4. RGB value is (53,94,212). Sum of RGB (Red+Green+Blue) = 53+94+212=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 212 (83.20% from 255 or 59.05% from 359); Max value from RGB is 212 - color contains mainly: blue. Hex color #355ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355ED4 is #CAA12B. Grayscale: #5E5E5E. Windows color (decimal): -13279532 or 13917749. OLE color: 13917749.
HSL color Cylindrical-coordinate representation of color #355ED4: hue angle of 224.53º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #355ED4 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 94 | 212 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.17 |
| HSL | 224.53º | 0.65% | 0.52% | - |
| HSV(B) | 224.53º | 0.75% | 0.83% | - |
| XYZ | 17.35 | 13.52 | 63.98 | - |
| YUV | 95.19 | 193.92 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 212 | 0.75 | 0.56 | 0 | 0.17 | 224.53 | 0.65 | 0.52 |
| Hex | 35 | 5E | D4 | 4B | 38 | 0 | 11 | E1 | 41 | 34 |
| Octal | 65 | 136 | 324 | 113 | 70 | 0 | 21 | 341 | 101 | 64 |
| Binary | 110101 | 1011110 | 11010100 | 1001011 | 111000 | 0 | 10001 | 11100001 | 1000001 | 110100 |
Color Harmonies of #355ED4
Complementary color
Monochromatic Colors of #355ED4
Black with #355ED4
Text Example
Text Example
White with #355ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355ED4; }
p { color: rgb(53,94,212); }
H1.HeaderClassName
{
color: #355ED4;
}
.AnyTagClassName
{
color: #355ED4;
}
</style>
background-color css
<style>
a { background-color: #355ED4; }
a { background-color: rgb(53,94,212); }
div.DivClassName
{
background-color: #355ED4;
}
.BgClassName
{
background-color: #355ED4;
}
</style>
border-color css
<style>
span { border-color: #355ED4; }
span { border-color: rgb(53,94,212); }
td.TdClassName
{
border-color: #355ED4;
}
.TagClassName
{
border-color: #355ED4;
}
</style>