Shades of Royal Blue #335DDA
Tints of Royal Blue #335DDA
RGB
CMYK
RGB Variations
Color information
#335DDA (or 0x335DDA) is known color: Royal Blue. HEX triplet: 33, 5D and DA. RGB value is (51,93,218). Sum of RGB (Red+Green+Blue) = 51+93+218=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #335DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DDA is #CCA225. Grayscale: #5E5E5E. Windows color (decimal): -13410854 or 14310707. OLE color: 14310707.
HSL color Cylindrical-coordinate representation of color #335DDA: hue angle of 224.91º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335DDA is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 93 | 218 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.15 |
| HSL | 224.91º | 0.69% | 0.53% | - |
| HSV(B) | 224.91º | 0.77% | 0.85% | - |
| XYZ | 17.93 | 13.59 | 68.01 | - |
| YUV | 94.69 | 197.59 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 218 | 0.77 | 0.57 | 0 | 0.15 | 224.91 | 0.69 | 0.53 |
| Hex | 33 | 5D | DA | 4D | 39 | 0 | F | E1 | 45 | 35 |
| Octal | 63 | 135 | 332 | 115 | 71 | 0 | 17 | 341 | 105 | 65 |
| Binary | 110011 | 1011101 | 11011010 | 1001101 | 111001 | 0 | 1111 | 11100001 | 1000101 | 110101 |
Color Harmonies of #335DDA
Complementary color
Monochromatic Colors of #335DDA
Black with #335DDA
Text Example
Text Example
White with #335DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335DDA; }
p { color: rgb(51,93,218); }
H1.HeaderClassName
{
color: #335DDA;
}
.AnyTagClassName
{
color: #335DDA;
}
</style>
background-color css
<style>
a { background-color: #335DDA; }
a { background-color: rgb(51,93,218); }
div.DivClassName
{
background-color: #335DDA;
}
.BgClassName
{
background-color: #335DDA;
}
</style>
border-color css
<style>
span { border-color: #335DDA; }
span { border-color: rgb(51,93,218); }
td.TdClassName
{
border-color: #335DDA;
}
.TagClassName
{
border-color: #335DDA;
}
</style>