Shades of Royal Blue #354FE0
Tints of Royal Blue #354FE0
RGB
CMYK
RGB Variations
Color information
#354FE0 (or 0x354FE0) is known color: Royal Blue. HEX triplet: 35, 4F and E0. RGB value is (53,79,224). Sum of RGB (Red+Green+Blue) = 53+79+224=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #354FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354FE0 is #CAB01F. Grayscale: #575757. Windows color (decimal): -13283360 or 14700341. OLE color: 14700341.
HSL color Cylindrical-coordinate representation of color #354FE0: hue angle of 230.88º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354FE0 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 79 | 224 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.12 |
| HSL | 230.88º | 0.73% | 0.54% | - |
| HSV(B) | 230.88º | 0.76% | 0.88% | - |
| XYZ | 17.72 | 11.73 | 71.85 | - |
| YUV | 87.76 | 204.89 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 224 | 0.76 | 0.65 | 0 | 0.12 | 230.88 | 0.73 | 0.54 |
| Hex | 35 | 4F | E0 | 4C | 41 | 0 | C | E7 | 49 | 36 |
| Octal | 65 | 117 | 340 | 114 | 101 | 0 | 14 | 347 | 111 | 66 |
| Binary | 110101 | 1001111 | 11100000 | 1001100 | 1000001 | 0 | 1100 | 11100111 | 1001001 | 110110 |
Color Harmonies of #354FE0
Complementary color
Monochromatic Colors of #354FE0
Black with #354FE0
Text Example
Text Example
White with #354FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FE0; }
p { color: rgb(53,79,224); }
H1.HeaderClassName
{
color: #354FE0;
}
.AnyTagClassName
{
color: #354FE0;
}
</style>
background-color css
<style>
a { background-color: #354FE0; }
a { background-color: rgb(53,79,224); }
div.DivClassName
{
background-color: #354FE0;
}
.BgClassName
{
background-color: #354FE0;
}
</style>
border-color css
<style>
span { border-color: #354FE0; }
span { border-color: rgb(53,79,224); }
td.TdClassName
{
border-color: #354FE0;
}
.TagClassName
{
border-color: #354FE0;
}
</style>