Shades of Royal Blue #335DDD
Tints of Royal Blue #335DDD
RGB
CMYK
RGB Variations
Color information
#335DDD (or 0x335DDD) is known color: Royal Blue. HEX triplet: 33, 5D and DD. RGB value is (51,93,221). Sum of RGB (Red+Green+Blue) = 51+93+221=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #335DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DDD is #CCA222. Grayscale: #5E5E5E. Windows color (decimal): -13410851 or 14507315. OLE color: 14507315.
HSL color Cylindrical-coordinate representation of color #335DDD: hue angle of 225.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335DDD is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 93 | 221 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.13 |
| HSL | 225.18º | 0.71% | 0.53% | - |
| HSV(B) | 225.18º | 0.77% | 0.87% | - |
| XYZ | 18.33 | 13.75 | 70.1 | - |
| YUV | 95.03 | 199.09 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 221 | 0.77 | 0.58 | 0 | 0.13 | 225.18 | 0.71 | 0.53 |
| Hex | 33 | 5D | DD | 4D | 3A | 0 | D | E1 | 47 | 35 |
| Octal | 63 | 135 | 335 | 115 | 72 | 0 | 15 | 341 | 107 | 65 |
| Binary | 110011 | 1011101 | 11011101 | 1001101 | 111010 | 0 | 1101 | 11100001 | 1000111 | 110101 |
Color Harmonies of #335DDD
Complementary color
Monochromatic Colors of #335DDD
Black with #335DDD
Text Example
Text Example
White with #335DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335DDD; }
p { color: rgb(51,93,221); }
H1.HeaderClassName
{
color: #335DDD;
}
.AnyTagClassName
{
color: #335DDD;
}
</style>
background-color css
<style>
a { background-color: #335DDD; }
a { background-color: rgb(51,93,221); }
div.DivClassName
{
background-color: #335DDD;
}
.BgClassName
{
background-color: #335DDD;
}
</style>
border-color css
<style>
span { border-color: #335DDD; }
span { border-color: rgb(51,93,221); }
td.TdClassName
{
border-color: #335DDD;
}
.TagClassName
{
border-color: #335DDD;
}
</style>