Shades of Royal Blue #354FEA
Tints of Royal Blue #354FEA
RGB
CMYK
RGB Variations
Color information
#354FEA (or 0x354FEA) is known color: Royal Blue. HEX triplet: 35, 4F and EA. RGB value is (53,79,234). Sum of RGB (Red+Green+Blue) = 53+79+234=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #354FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354FEA is #CAB015. Grayscale: #585858. Windows color (decimal): -13283350 or 15355701. OLE color: 15355701.
HSL color Cylindrical-coordinate representation of color #354FEA: hue angle of 231.38º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #354FEA is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 79 | 234 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.08 |
| HSL | 231.38º | 0.81% | 0.56% | - |
| HSV(B) | 231.38º | 0.77% | 0.92% | - |
| XYZ | 19.12 | 12.29 | 79.21 | - |
| YUV | 88.9 | 209.89 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 234 | 0.77 | 0.66 | 0 | 0.08 | 231.38 | 0.81 | 0.56 |
| Hex | 35 | 4F | EA | 4D | 42 | 0 | 8 | E7 | 51 | 38 |
| Octal | 65 | 117 | 352 | 115 | 102 | 0 | 10 | 347 | 121 | 70 |
| Binary | 110101 | 1001111 | 11101010 | 1001101 | 1000010 | 0 | 1000 | 11100111 | 1010001 | 111000 |
Color Harmonies of #354FEA
Complementary color
Monochromatic Colors of #354FEA
Black with #354FEA
Text Example
Text Example
White with #354FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FEA; }
p { color: rgb(53,79,234); }
H1.HeaderClassName
{
color: #354FEA;
}
.AnyTagClassName
{
color: #354FEA;
}
</style>
background-color css
<style>
a { background-color: #354FEA; }
a { background-color: rgb(53,79,234); }
div.DivClassName
{
background-color: #354FEA;
}
.BgClassName
{
background-color: #354FEA;
}
</style>
border-color css
<style>
span { border-color: #354FEA; }
span { border-color: rgb(53,79,234); }
td.TdClassName
{
border-color: #354FEA;
}
.TagClassName
{
border-color: #354FEA;
}
</style>