Shades of Royal Blue #3350DF
Tints of Royal Blue #3350DF
RGB
CMYK
RGB Variations
Color information
#3350DF (or 0x3350DF) is known color: Royal Blue. HEX triplet: 33, 50 and DF. RGB value is (51,80,223). Sum of RGB (Red+Green+Blue) = 51+80+223=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #3350DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3350DF is #CCAF20. Grayscale: #575757. Windows color (decimal): -13414177 or 14635059. OLE color: 14635059.
HSL color Cylindrical-coordinate representation of color #3350DF: hue angle of 229.88º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3350DF is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 80 | 223 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.13 |
| HSL | 229.88º | 0.73% | 0.54% | - |
| HSV(B) | 229.88º | 0.77% | 0.87% | - |
| XYZ | 17.55 | 11.77 | 71.16 | - |
| YUV | 87.63 | 204.39 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 223 | 0.77 | 0.64 | 0 | 0.13 | 229.88 | 0.73 | 0.54 |
| Hex | 33 | 50 | DF | 4D | 40 | 0 | D | E6 | 49 | 36 |
| Octal | 63 | 120 | 337 | 115 | 100 | 0 | 15 | 346 | 111 | 66 |
| Binary | 110011 | 1010000 | 11011111 | 1001101 | 1000000 | 0 | 1101 | 11100110 | 1001001 | 110110 |
Color Harmonies of #3350DF
Complementary color
Monochromatic Colors of #3350DF
Black with #3350DF
Text Example
Text Example
White with #3350DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3350DF; }
p { color: rgb(51,80,223); }
H1.HeaderClassName
{
color: #3350DF;
}
.AnyTagClassName
{
color: #3350DF;
}
</style>
background-color css
<style>
a { background-color: #3350DF; }
a { background-color: rgb(51,80,223); }
div.DivClassName
{
background-color: #3350DF;
}
.BgClassName
{
background-color: #3350DF;
}
</style>
border-color css
<style>
span { border-color: #3350DF; }
span { border-color: rgb(51,80,223); }
td.TdClassName
{
border-color: #3350DF;
}
.TagClassName
{
border-color: #3350DF;
}
</style>