Shades of Royal Blue #335DDF
Tints of Royal Blue #335DDF
RGB
CMYK
RGB Variations
Color information
#335DDF (or 0x335DDF) is known color: Royal Blue. HEX triplet: 33, 5D and DF. RGB value is (51,93,223). Sum of RGB (Red+Green+Blue) = 51+93+223=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #335DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DDF is #CCA220. Grayscale: #5E5E5E. Windows color (decimal): -13410849 or 14638387. OLE color: 14638387.
HSL color Cylindrical-coordinate representation of color #335DDF: hue angle of 225.35º 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 #335DDF is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 93 | 223 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.13 |
| HSL | 225.35º | 0.73% | 0.54% | - |
| HSV(B) | 225.35º | 0.77% | 0.87% | - |
| XYZ | 18.6 | 13.86 | 71.51 | - |
| YUV | 95.26 | 200.09 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 223 | 0.77 | 0.58 | 0 | 0.13 | 225.35 | 0.73 | 0.54 |
| Hex | 33 | 5D | DF | 4D | 3A | 0 | D | E1 | 49 | 36 |
| Octal | 63 | 135 | 337 | 115 | 72 | 0 | 15 | 341 | 111 | 66 |
| Binary | 110011 | 1011101 | 11011111 | 1001101 | 111010 | 0 | 1101 | 11100001 | 1001001 | 110110 |
Color Harmonies of #335DDF
Complementary color
Monochromatic Colors of #335DDF
Black with #335DDF
Text Example
Text Example
White with #335DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335DDF; }
p { color: rgb(51,93,223); }
H1.HeaderClassName
{
color: #335DDF;
}
.AnyTagClassName
{
color: #335DDF;
}
</style>
background-color css
<style>
a { background-color: #335DDF; }
a { background-color: rgb(51,93,223); }
div.DivClassName
{
background-color: #335DDF;
}
.BgClassName
{
background-color: #335DDF;
}
</style>
border-color css
<style>
span { border-color: #335DDF; }
span { border-color: rgb(51,93,223); }
td.TdClassName
{
border-color: #335DDF;
}
.TagClassName
{
border-color: #335DDF;
}
</style>