Shades of Royal Blue #354CE6
Tints of Royal Blue #354CE6
RGB
CMYK
RGB Variations
Color information
#354CE6 (or 0x354CE6) is known color: Royal Blue. HEX triplet: 35, 4C and E6. RGB value is (53,76,230). Sum of RGB (Red+Green+Blue) = 53+76+230=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 230 (90.23% from 255 or 64.07% from 359); Max value from RGB is 230 - color contains mainly: blue. Hex color #354CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354CE6 is #CAB319. Grayscale: #565656. Windows color (decimal): -13284122 or 15092789. OLE color: 15092789.
HSL color Cylindrical-coordinate representation of color #354CE6: hue angle of 232.2º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #354CE6 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 76 | 230 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.10 |
| HSL | 232.2º | 0.78% | 0.55% | - |
| HSV(B) | 232.2º | 0.77% | 0.9% | - |
| XYZ | 18.34 | 11.64 | 76.14 | - |
| YUV | 86.68 | 208.88 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 230 | 0.77 | 0.67 | 0 | 0.10 | 232.2 | 0.78 | 0.55 |
| Hex | 35 | 4C | E6 | 4D | 43 | 0 | A | E8 | 4E | 37 |
| Octal | 65 | 114 | 346 | 115 | 103 | 0 | 12 | 350 | 116 | 67 |
| Binary | 110101 | 1001100 | 11100110 | 1001101 | 1000011 | 0 | 1010 | 11101000 | 1001110 | 110111 |
Color Harmonies of #354CE6
Complementary color
Monochromatic Colors of #354CE6
Black with #354CE6
Text Example
Text Example
White with #354CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354CE6; }
p { color: rgb(53,76,230); }
H1.HeaderClassName
{
color: #354CE6;
}
.AnyTagClassName
{
color: #354CE6;
}
</style>
background-color css
<style>
a { background-color: #354CE6; }
a { background-color: rgb(53,76,230); }
div.DivClassName
{
background-color: #354CE6;
}
.BgClassName
{
background-color: #354CE6;
}
</style>
border-color css
<style>
span { border-color: #354CE6; }
span { border-color: rgb(53,76,230); }
td.TdClassName
{
border-color: #354CE6;
}
.TagClassName
{
border-color: #354CE6;
}
</style>