Shades of Royal Blue #3551E8
Tints of Royal Blue #3551E8
RGB
CMYK
RGB Variations
Color information
#3551E8 (or 0x3551E8) is known color: Royal Blue. HEX triplet: 35, 51 and E8. RGB value is (53,81,232). Sum of RGB (Red+Green+Blue) = 53+81+232=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 232 (91.02% from 255 or 63.39% from 366); Max value from RGB is 232 - color contains mainly: blue. Hex color #3551E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3551E8 is #CAAE17. Grayscale: #595959. Windows color (decimal): -13282840 or 15225141. OLE color: 15225141.
HSL color Cylindrical-coordinate representation of color #3551E8: hue angle of 230.61º 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 #3551E8 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 81 | 232 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.09 |
| HSL | 230.61º | 0.8% | 0.56% | - |
| HSV(B) | 230.61º | 0.77% | 0.91% | - |
| XYZ | 18.98 | 12.47 | 77.75 | - |
| YUV | 89.84 | 208.22 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 232 | 0.77 | 0.65 | 0 | 0.09 | 230.61 | 0.8 | 0.56 |
| Hex | 35 | 51 | E8 | 4D | 41 | 0 | 9 | E7 | 50 | 38 |
| Octal | 65 | 121 | 350 | 115 | 101 | 0 | 11 | 347 | 120 | 70 |
| Binary | 110101 | 1010001 | 11101000 | 1001101 | 1000001 | 0 | 1001 | 11100111 | 1010000 | 111000 |
Color Harmonies of #3551E8
Complementary color
Monochromatic Colors of #3551E8
Black with #3551E8
Text Example
Text Example
White with #3551E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3551E8; }
p { color: rgb(53,81,232); }
H1.HeaderClassName
{
color: #3551E8;
}
.AnyTagClassName
{
color: #3551E8;
}
</style>
background-color css
<style>
a { background-color: #3551E8; }
a { background-color: rgb(53,81,232); }
div.DivClassName
{
background-color: #3551E8;
}
.BgClassName
{
background-color: #3551E8;
}
</style>
border-color css
<style>
span { border-color: #3551E8; }
span { border-color: rgb(53,81,232); }
td.TdClassName
{
border-color: #3551E8;
}
.TagClassName
{
border-color: #3551E8;
}
</style>