Shades of Royal Blue #335AD6
Tints of Royal Blue #335AD6
RGB
CMYK
RGB Variations
Color information
#335AD6 (or 0x335AD6) is known color: Royal Blue. HEX triplet: 33, 5A and D6. RGB value is (51,90,214). Sum of RGB (Red+Green+Blue) = 51+90+214=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 214 (83.98% from 255 or 60.28% from 355); Max value from RGB is 214 - color contains mainly: blue. Hex color #335AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335AD6 is #CCA529. Grayscale: #5B5B5B. Windows color (decimal): -13411626 or 14047795. OLE color: 14047795.
HSL color Cylindrical-coordinate representation of color #335AD6: hue angle of 225.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #335AD6 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 90 | 214 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.16 |
| HSL | 225.64º | 0.67% | 0.52% | - |
| HSV(B) | 225.64º | 0.76% | 0.84% | - |
| XYZ | 17.16 | 12.87 | 65.2 | - |
| YUV | 92.48 | 196.58 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 214 | 0.76 | 0.58 | 0 | 0.16 | 225.64 | 0.67 | 0.52 |
| Hex | 33 | 5A | D6 | 4C | 3A | 0 | 10 | E2 | 43 | 34 |
| Octal | 63 | 132 | 326 | 114 | 72 | 0 | 20 | 342 | 103 | 64 |
| Binary | 110011 | 1011010 | 11010110 | 1001100 | 111010 | 0 | 10000 | 11100010 | 1000011 | 110100 |
Color Harmonies of #335AD6
Complementary color
Monochromatic Colors of #335AD6
Black with #335AD6
Text Example
Text Example
White with #335AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335AD6; }
p { color: rgb(51,90,214); }
H1.HeaderClassName
{
color: #335AD6;
}
.AnyTagClassName
{
color: #335AD6;
}
</style>
background-color css
<style>
a { background-color: #335AD6; }
a { background-color: rgb(51,90,214); }
div.DivClassName
{
background-color: #335AD6;
}
.BgClassName
{
background-color: #335AD6;
}
</style>
border-color css
<style>
span { border-color: #335AD6; }
span { border-color: rgb(51,90,214); }
td.TdClassName
{
border-color: #335AD6;
}
.TagClassName
{
border-color: #335AD6;
}
</style>