Shades of Royal Blue #354CE9
Tints of Royal Blue #354CE9
RGB
CMYK
RGB Variations
Color information
#354CE9 (or 0x354CE9) is known color: Royal Blue. HEX triplet: 35, 4C and E9. RGB value is (53,76,233). Sum of RGB (Red+Green+Blue) = 53+76+233=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 233 (91.41% from 255 or 64.36% from 362); Max value from RGB is 233 - color contains mainly: blue. Hex color #354CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354CE9 is #CAB316. Grayscale: #565656. Windows color (decimal): -13284119 or 15289397. OLE color: 15289397.
HSL color Cylindrical-coordinate representation of color #354CE9: hue angle of 232.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 #354CE9 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 76 | 233 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.09 |
| HSL | 232.33º | 0.8% | 0.56% | - |
| HSV(B) | 232.33º | 0.77% | 0.91% | - |
| XYZ | 18.76 | 11.81 | 78.38 | - |
| YUV | 87.02 | 210.38 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 233 | 0.77 | 0.67 | 0 | 0.09 | 232.33 | 0.8 | 0.56 |
| Hex | 35 | 4C | E9 | 4D | 43 | 0 | 9 | E8 | 50 | 38 |
| Octal | 65 | 114 | 351 | 115 | 103 | 0 | 11 | 350 | 120 | 70 |
| Binary | 110101 | 1001100 | 11101001 | 1001101 | 1000011 | 0 | 1001 | 11101000 | 1010000 | 111000 |
Color Harmonies of #354CE9
Complementary color
Monochromatic Colors of #354CE9
Black with #354CE9
Text Example
Text Example
White with #354CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354CE9; }
p { color: rgb(53,76,233); }
H1.HeaderClassName
{
color: #354CE9;
}
.AnyTagClassName
{
color: #354CE9;
}
</style>
background-color css
<style>
a { background-color: #354CE9; }
a { background-color: rgb(53,76,233); }
div.DivClassName
{
background-color: #354CE9;
}
.BgClassName
{
background-color: #354CE9;
}
</style>
border-color css
<style>
span { border-color: #354CE9; }
span { border-color: rgb(53,76,233); }
td.TdClassName
{
border-color: #354CE9;
}
.TagClassName
{
border-color: #354CE9;
}
</style>