Shades of Royal Blue #335BDC
Tints of Royal Blue #335BDC
RGB
CMYK
RGB Variations
Color information
#335BDC (or 0x335BDC) is known color: Royal Blue. HEX triplet: 33, 5B and DC. RGB value is (51,91,220). Sum of RGB (Red+Green+Blue) = 51+91+220=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #335BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BDC is #CCA423. Grayscale: #5D5D5D. Windows color (decimal): -13411364 or 14441267. OLE color: 14441267.
HSL color Cylindrical-coordinate representation of color #335BDC: hue angle of 225.8º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335BDC is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 91 | 220 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.14 |
| HSL | 225.8º | 0.71% | 0.53% | - |
| HSV(B) | 225.8º | 0.77% | 0.86% | - |
| XYZ | 18.02 | 13.35 | 69.34 | - |
| YUV | 93.75 | 199.25 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 220 | 0.77 | 0.59 | 0 | 0.14 | 225.8 | 0.71 | 0.53 |
| Hex | 33 | 5B | DC | 4D | 3B | 0 | E | E2 | 47 | 35 |
| Octal | 63 | 133 | 334 | 115 | 73 | 0 | 16 | 342 | 107 | 65 |
| Binary | 110011 | 1011011 | 11011100 | 1001101 | 111011 | 0 | 1110 | 11100010 | 1000111 | 110101 |
Color Harmonies of #335BDC
Complementary color
Monochromatic Colors of #335BDC
Black with #335BDC
Text Example
Text Example
White with #335BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335BDC; }
p { color: rgb(51,91,220); }
H1.HeaderClassName
{
color: #335BDC;
}
.AnyTagClassName
{
color: #335BDC;
}
</style>
background-color css
<style>
a { background-color: #335BDC; }
a { background-color: rgb(51,91,220); }
div.DivClassName
{
background-color: #335BDC;
}
.BgClassName
{
background-color: #335BDC;
}
</style>
border-color css
<style>
span { border-color: #335BDC; }
span { border-color: rgb(51,91,220); }
td.TdClassName
{
border-color: #335BDC;
}
.TagClassName
{
border-color: #335BDC;
}
</style>