Shades of Royal Blue #335BD8
Tints of Royal Blue #335BD8
RGB
CMYK
RGB Variations
Color information
#335BD8 (or 0x335BD8) is known color: Royal Blue. HEX triplet: 33, 5B and D8. RGB value is (51,91,216). Sum of RGB (Red+Green+Blue) = 51+91+216=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 216 (84.77% from 255 or 60.34% from 358); Max value from RGB is 216 - color contains mainly: blue. Hex color #335BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BD8 is #CCA427. Grayscale: #5C5C5C. Windows color (decimal): -13411368 or 14179123. OLE color: 14179123.
HSL color Cylindrical-coordinate representation of color #335BD8: hue angle of 225.45º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #335BD8 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 91 | 216 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.15 |
| HSL | 225.45º | 0.68% | 0.52% | - |
| HSV(B) | 225.45º | 0.76% | 0.85% | - |
| XYZ | 17.5 | 13.14 | 66.58 | - |
| YUV | 93.29 | 197.25 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 216 | 0.76 | 0.58 | 0 | 0.15 | 225.45 | 0.68 | 0.52 |
| Hex | 33 | 5B | D8 | 4C | 3A | 0 | F | E1 | 44 | 34 |
| Octal | 63 | 133 | 330 | 114 | 72 | 0 | 17 | 341 | 104 | 64 |
| Binary | 110011 | 1011011 | 11011000 | 1001100 | 111010 | 0 | 1111 | 11100001 | 1000100 | 110100 |
Color Harmonies of #335BD8
Complementary color
Monochromatic Colors of #335BD8
Black with #335BD8
Text Example
Text Example
White with #335BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335BD8; }
p { color: rgb(51,91,216); }
H1.HeaderClassName
{
color: #335BD8;
}
.AnyTagClassName
{
color: #335BD8;
}
</style>
background-color css
<style>
a { background-color: #335BD8; }
a { background-color: rgb(51,91,216); }
div.DivClassName
{
background-color: #335BD8;
}
.BgClassName
{
background-color: #335BD8;
}
</style>
border-color css
<style>
span { border-color: #335BD8; }
span { border-color: rgb(51,91,216); }
td.TdClassName
{
border-color: #335BD8;
}
.TagClassName
{
border-color: #335BD8;
}
</style>