Shades of Royal Blue #354FE5
Tints of Royal Blue #354FE5
RGB
CMYK
RGB Variations
Color information
#354FE5 (or 0x354FE5) is known color: Royal Blue. HEX triplet: 35, 4F and E5. RGB value is (53,79,229). Sum of RGB (Red+Green+Blue) = 53+79+229=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 229 (89.84% from 255 or 63.43% from 361); Max value from RGB is 229 - color contains mainly: blue. Hex color #354FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354FE5 is #CAB01A. Grayscale: #575757. Windows color (decimal): -13283355 or 15028021. OLE color: 15028021.
HSL color Cylindrical-coordinate representation of color #354FE5: hue angle of 231.14º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #354FE5 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 79 | 229 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.10 |
| HSL | 231.14º | 0.77% | 0.55% | - |
| HSV(B) | 231.14º | 0.77% | 0.9% | - |
| XYZ | 18.41 | 12.01 | 75.48 | - |
| YUV | 88.33 | 207.39 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 229 | 0.77 | 0.66 | 0 | 0.10 | 231.14 | 0.77 | 0.55 |
| Hex | 35 | 4F | E5 | 4D | 42 | 0 | A | E7 | 4D | 37 |
| Octal | 65 | 117 | 345 | 115 | 102 | 0 | 12 | 347 | 115 | 67 |
| Binary | 110101 | 1001111 | 11100101 | 1001101 | 1000010 | 0 | 1010 | 11100111 | 1001101 | 110111 |
Color Harmonies of #354FE5
Complementary color
Monochromatic Colors of #354FE5
Black with #354FE5
Text Example
Text Example
White with #354FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FE5; }
p { color: rgb(53,79,229); }
H1.HeaderClassName
{
color: #354FE5;
}
.AnyTagClassName
{
color: #354FE5;
}
</style>
background-color css
<style>
a { background-color: #354FE5; }
a { background-color: rgb(53,79,229); }
div.DivClassName
{
background-color: #354FE5;
}
.BgClassName
{
background-color: #354FE5;
}
</style>
border-color css
<style>
span { border-color: #354FE5; }
span { border-color: rgb(53,79,229); }
td.TdClassName
{
border-color: #354FE5;
}
.TagClassName
{
border-color: #354FE5;
}
</style>