Shades of Royal Blue #354FE9
Tints of Royal Blue #354FE9
RGB
CMYK
RGB Variations
Color information
#354FE9 (or 0x354FE9) is known color: Royal Blue. HEX triplet: 35, 4F and E9. RGB value is (53,79,233). Sum of RGB (Red+Green+Blue) = 53+79+233=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 233 (91.41% from 255 or 63.84% from 365); Max value from RGB is 233 - color contains mainly: blue. Hex color #354FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354FE9 is #CAB016. Grayscale: #585858. Windows color (decimal): -13283351 or 15290165. OLE color: 15290165.
HSL color Cylindrical-coordinate representation of color #354FE9: hue angle of 231.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #354FE9 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 79 | 233 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.09 |
| HSL | 231.33º | 0.8% | 0.56% | - |
| HSV(B) | 231.33º | 0.77% | 0.91% | - |
| XYZ | 18.97 | 12.23 | 78.45 | - |
| YUV | 88.78 | 209.39 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 233 | 0.77 | 0.66 | 0 | 0.09 | 231.33 | 0.8 | 0.56 |
| Hex | 35 | 4F | E9 | 4D | 42 | 0 | 9 | E7 | 50 | 38 |
| Octal | 65 | 117 | 351 | 115 | 102 | 0 | 11 | 347 | 120 | 70 |
| Binary | 110101 | 1001111 | 11101001 | 1001101 | 1000010 | 0 | 1001 | 11100111 | 1010000 | 111000 |
Color Harmonies of #354FE9
Complementary color
Monochromatic Colors of #354FE9
Black with #354FE9
Text Example
Text Example
White with #354FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FE9; }
p { color: rgb(53,79,233); }
H1.HeaderClassName
{
color: #354FE9;
}
.AnyTagClassName
{
color: #354FE9;
}
</style>
background-color css
<style>
a { background-color: #354FE9; }
a { background-color: rgb(53,79,233); }
div.DivClassName
{
background-color: #354FE9;
}
.BgClassName
{
background-color: #354FE9;
}
</style>
border-color css
<style>
span { border-color: #354FE9; }
span { border-color: rgb(53,79,233); }
td.TdClassName
{
border-color: #354FE9;
}
.TagClassName
{
border-color: #354FE9;
}
</style>