Shades of Royal Blue #354FE3
Tints of Royal Blue #354FE3
RGB
CMYK
RGB Variations
Color information
#354FE3 (or 0x354FE3) is known color: Royal Blue. HEX triplet: 35, 4F and E3. RGB value is (53,79,227). Sum of RGB (Red+Green+Blue) = 53+79+227=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 227 (89.06% from 255 or 63.23% from 359); Max value from RGB is 227 - color contains mainly: blue. Hex color #354FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354FE3 is #CAB01C. Grayscale: #575757. Windows color (decimal): -13283357 or 14896949. OLE color: 14896949.
HSL color Cylindrical-coordinate representation of color #354FE3: hue angle of 231.03º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #354FE3 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 79 | 227 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.11 |
| HSL | 231.03º | 0.76% | 0.55% | - |
| HSV(B) | 231.03º | 0.77% | 0.89% | - |
| XYZ | 18.13 | 11.89 | 74.01 | - |
| YUV | 88.1 | 206.39 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 227 | 0.77 | 0.65 | 0 | 0.11 | 231.03 | 0.76 | 0.55 |
| Hex | 35 | 4F | E3 | 4D | 41 | 0 | B | E7 | 4C | 37 |
| Octal | 65 | 117 | 343 | 115 | 101 | 0 | 13 | 347 | 114 | 67 |
| Binary | 110101 | 1001111 | 11100011 | 1001101 | 1000001 | 0 | 1011 | 11100111 | 1001100 | 110111 |
Color Harmonies of #354FE3
Complementary color
Monochromatic Colors of #354FE3
Black with #354FE3
Text Example
Text Example
White with #354FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FE3; }
p { color: rgb(53,79,227); }
H1.HeaderClassName
{
color: #354FE3;
}
.AnyTagClassName
{
color: #354FE3;
}
</style>
background-color css
<style>
a { background-color: #354FE3; }
a { background-color: rgb(53,79,227); }
div.DivClassName
{
background-color: #354FE3;
}
.BgClassName
{
background-color: #354FE3;
}
</style>
border-color css
<style>
span { border-color: #354FE3; }
span { border-color: rgb(53,79,227); }
td.TdClassName
{
border-color: #354FE3;
}
.TagClassName
{
border-color: #354FE3;
}
</style>