Shades of Royal Blue #3351EC
Tints of Royal Blue #3351EC
RGB
CMYK
RGB Variations
Color information
#3351EC (or 0x3351EC) is known color: Royal Blue. HEX triplet: 33, 51 and EC. RGB value is (51,81,236). Sum of RGB (Red+Green+Blue) = 51+81+236=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #3351EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3351EC is #CCAE13. Grayscale: #595959. Windows color (decimal): -13413908 or 15487283. OLE color: 15487283.
HSL color Cylindrical-coordinate representation of color #3351EC: hue angle of 230.27º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3351EC is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 81 | 236 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.07 |
| HSL | 230.27º | 0.83% | 0.56% | - |
| HSV(B) | 230.27º | 0.78% | 0.93% | - |
| XYZ | 19.45 | 12.64 | 80.77 | - |
| YUV | 89.7 | 210.56 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 236 | 0.78 | 0.66 | 0 | 0.07 | 230.27 | 0.83 | 0.56 |
| Hex | 33 | 51 | EC | 4E | 42 | 0 | 7 | E6 | 53 | 38 |
| Octal | 63 | 121 | 354 | 116 | 102 | 0 | 7 | 346 | 123 | 70 |
| Binary | 110011 | 1010001 | 11101100 | 1001110 | 1000010 | 0 | 111 | 11100110 | 1010011 | 111000 |
Color Harmonies of #3351EC
Complementary color
Monochromatic Colors of #3351EC
Black with #3351EC
Text Example
Text Example
White with #3351EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3351EC; }
p { color: rgb(51,81,236); }
H1.HeaderClassName
{
color: #3351EC;
}
.AnyTagClassName
{
color: #3351EC;
}
</style>
background-color css
<style>
a { background-color: #3351EC; }
a { background-color: rgb(51,81,236); }
div.DivClassName
{
background-color: #3351EC;
}
.BgClassName
{
background-color: #3351EC;
}
</style>
border-color css
<style>
span { border-color: #3351EC; }
span { border-color: rgb(51,81,236); }
td.TdClassName
{
border-color: #3351EC;
}
.TagClassName
{
border-color: #3351EC;
}
</style>