Shades of Royal Blue #545CE3
Tints of Royal Blue #545CE3
RGB
CMYK
RGB Variations
Color information
#545CE3 (or 0x545CE3) is known color: Royal Blue. HEX triplet: 54, 5C and E3. RGB value is (84,92,227). Sum of RGB (Red+Green+Blue) = 84+92+227=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 227 (89.06% from 255 or 56.33% from 403); Max value from RGB is 227 - color contains mainly: blue. Hex color #545CE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545CE3 is #ABA31C. Grayscale: #686868. Windows color (decimal): -11248413 or 14900308. OLE color: 14900308.
HSL color Cylindrical-coordinate representation of color #545CE3: hue angle of 236.64º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #545CE3 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 92 | 227 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.11 |
| HSL | 236.64º | 0.72% | 0.61% | - |
| HSV(B) | 236.64º | 0.63% | 0.89% | - |
| XYZ | 21.35 | 15.09 | 74.46 | - |
| YUV | 105 | 196.85 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 227 | 0.63 | 0.59 | 0 | 0.11 | 236.64 | 0.72 | 0.61 |
| Hex | 54 | 5C | E3 | 3F | 3B | 0 | B | ED | 48 | 3D |
| Octal | 124 | 134 | 343 | 77 | 73 | 0 | 13 | 355 | 110 | 75 |
| Binary | 1010100 | 1011100 | 11100011 | 111111 | 111011 | 0 | 1011 | 11101101 | 1001000 | 111101 |
Color Harmonies of #545CE3
Complementary color
Monochromatic Colors of #545CE3
Black with #545CE3
Text Example
Text Example
White with #545CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545CE3; }
p { color: rgb(84,92,227); }
H1.HeaderClassName
{
color: #545CE3;
}
.AnyTagClassName
{
color: #545CE3;
}
</style>
background-color css
<style>
a { background-color: #545CE3; }
a { background-color: rgb(84,92,227); }
div.DivClassName
{
background-color: #545CE3;
}
.BgClassName
{
background-color: #545CE3;
}
</style>
border-color css
<style>
span { border-color: #545CE3; }
span { border-color: rgb(84,92,227); }
td.TdClassName
{
border-color: #545CE3;
}
.TagClassName
{
border-color: #545CE3;
}
</style>