Shades of Royal Blue #3350EC
Tints of Royal Blue #3350EC
RGB
CMYK
RGB Variations
Color information
#3350EC (or 0x3350EC) is known color: Royal Blue. HEX triplet: 33, 50 and EC. RGB value is (51,80,236). Sum of RGB (Red+Green+Blue) = 51+80+236=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #3350EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3350EC is #CCAF13. Grayscale: #585858. Windows color (decimal): -13414164 or 15487027. OLE color: 15487027.
HSL color Cylindrical-coordinate representation of color #3350EC: hue angle of 230.59º 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 #3350EC is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 80 | 236 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.07 |
| HSL | 230.59º | 0.83% | 0.56% | - |
| HSV(B) | 230.59º | 0.78% | 0.93% | - |
| XYZ | 19.37 | 12.5 | 80.75 | - |
| YUV | 89.11 | 210.89 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 236 | 0.78 | 0.66 | 0 | 0.07 | 230.59 | 0.83 | 0.56 |
| Hex | 33 | 50 | EC | 4E | 42 | 0 | 7 | E7 | 53 | 38 |
| Octal | 63 | 120 | 354 | 116 | 102 | 0 | 7 | 347 | 123 | 70 |
| Binary | 110011 | 1010000 | 11101100 | 1001110 | 1000010 | 0 | 111 | 11100111 | 1010011 | 111000 |
Color Harmonies of #3350EC
Complementary color
Monochromatic Colors of #3350EC
Black with #3350EC
Text Example
Text Example
White with #3350EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3350EC; }
p { color: rgb(51,80,236); }
H1.HeaderClassName
{
color: #3350EC;
}
.AnyTagClassName
{
color: #3350EC;
}
</style>
background-color css
<style>
a { background-color: #3350EC; }
a { background-color: rgb(51,80,236); }
div.DivClassName
{
background-color: #3350EC;
}
.BgClassName
{
background-color: #3350EC;
}
</style>
border-color css
<style>
span { border-color: #3350EC; }
span { border-color: rgb(51,80,236); }
td.TdClassName
{
border-color: #3350EC;
}
.TagClassName
{
border-color: #3350EC;
}
</style>