Shades of Royal Blue #354FE1
Tints of Royal Blue #354FE1
RGB
CMYK
RGB Variations
Color information
#354FE1 (or 0x354FE1) is known color: Royal Blue. HEX triplet: 35, 4F and E1. RGB value is (53,79,225). Sum of RGB (Red+Green+Blue) = 53+79+225=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 225 (88.28% from 255 or 63.03% from 357); Max value from RGB is 225 - color contains mainly: blue. Hex color #354FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354FE1 is #CAB01E. Grayscale: #575757. Windows color (decimal): -13283359 or 14765877. OLE color: 14765877.
HSL color Cylindrical-coordinate representation of color #354FE1: hue angle of 230.93º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354FE1 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 79 | 225 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.12 |
| HSL | 230.93º | 0.74% | 0.55% | - |
| HSV(B) | 230.93º | 0.76% | 0.88% | - |
| XYZ | 17.85 | 11.79 | 72.57 | - |
| YUV | 87.87 | 205.39 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 225 | 0.76 | 0.65 | 0 | 0.12 | 230.93 | 0.74 | 0.55 |
| Hex | 35 | 4F | E1 | 4C | 41 | 0 | C | E7 | 4A | 37 |
| Octal | 65 | 117 | 341 | 114 | 101 | 0 | 14 | 347 | 112 | 67 |
| Binary | 110101 | 1001111 | 11100001 | 1001100 | 1000001 | 0 | 1100 | 11100111 | 1001010 | 110111 |
Color Harmonies of #354FE1
Complementary color
Monochromatic Colors of #354FE1
Black with #354FE1
Text Example
Text Example
White with #354FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FE1; }
p { color: rgb(53,79,225); }
H1.HeaderClassName
{
color: #354FE1;
}
.AnyTagClassName
{
color: #354FE1;
}
</style>
background-color css
<style>
a { background-color: #354FE1; }
a { background-color: rgb(53,79,225); }
div.DivClassName
{
background-color: #354FE1;
}
.BgClassName
{
background-color: #354FE1;
}
</style>
border-color css
<style>
span { border-color: #354FE1; }
span { border-color: rgb(53,79,225); }
td.TdClassName
{
border-color: #354FE1;
}
.TagClassName
{
border-color: #354FE1;
}
</style>