Shades of Royal Blue #335BDD
Tints of Royal Blue #335BDD
RGB
CMYK
RGB Variations
Color information
#335BDD (or 0x335BDD) is known color: Royal Blue. HEX triplet: 33, 5B and DD. RGB value is (51,91,221). Sum of RGB (Red+Green+Blue) = 51+91+221=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #335BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BDD is #CCA422. Grayscale: #5D5D5D. Windows color (decimal): -13411363 or 14506803. OLE color: 14506803.
HSL color Cylindrical-coordinate representation of color #335BDD: hue angle of 225.88º 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 #335BDD is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 91 | 221 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.13 |
| HSL | 225.88º | 0.71% | 0.53% | - |
| HSV(B) | 225.88º | 0.77% | 0.87% | - |
| XYZ | 18.16 | 13.41 | 70.04 | - |
| YUV | 93.86 | 199.75 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 221 | 0.77 | 0.59 | 0 | 0.13 | 225.88 | 0.71 | 0.53 |
| Hex | 33 | 5B | DD | 4D | 3B | 0 | D | E2 | 47 | 35 |
| Octal | 63 | 133 | 335 | 115 | 73 | 0 | 15 | 342 | 107 | 65 |
| Binary | 110011 | 1011011 | 11011101 | 1001101 | 111011 | 0 | 1101 | 11100010 | 1000111 | 110101 |
Color Harmonies of #335BDD
Complementary color
Monochromatic Colors of #335BDD
Black with #335BDD
Text Example
Text Example
White with #335BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335BDD; }
p { color: rgb(51,91,221); }
H1.HeaderClassName
{
color: #335BDD;
}
.AnyTagClassName
{
color: #335BDD;
}
</style>
background-color css
<style>
a { background-color: #335BDD; }
a { background-color: rgb(51,91,221); }
div.DivClassName
{
background-color: #335BDD;
}
.BgClassName
{
background-color: #335BDD;
}
</style>
border-color css
<style>
span { border-color: #335BDD; }
span { border-color: rgb(51,91,221); }
td.TdClassName
{
border-color: #335BDD;
}
.TagClassName
{
border-color: #335BDD;
}
</style>