Shades of Royal Blue #336ADA
Tints of Royal Blue #336ADA
RGB
CMYK
RGB Variations
Color information
#336ADA (or 0x336ADA) is known color: Royal Blue. HEX triplet: 33, 6A and DA. RGB value is (51,106,218). Sum of RGB (Red+Green+Blue) = 51+106+218=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #336ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336ADA is #CC9525. Grayscale: #656565. Windows color (decimal): -13407526 or 14314035. OLE color: 14314035.
HSL color Cylindrical-coordinate representation of color #336ADA: hue angle of 220.24º 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 #336ADA is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 106 | 218 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.15 |
| HSL | 220.24º | 0.69% | 0.53% | - |
| HSV(B) | 220.24º | 0.77% | 0.85% | - |
| XYZ | 19.17 | 16.07 | 68.42 | - |
| YUV | 102.32 | 193.28 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 106 | 218 | 0.77 | 0.51 | 0 | 0.15 | 220.24 | 0.69 | 0.53 |
| Hex | 33 | 6A | DA | 4D | 33 | 0 | F | DC | 45 | 35 |
| Octal | 63 | 152 | 332 | 115 | 63 | 0 | 17 | 334 | 105 | 65 |
| Binary | 110011 | 1101010 | 11011010 | 1001101 | 110011 | 0 | 1111 | 11011100 | 1000101 | 110101 |
Color Harmonies of #336ADA
Complementary color
Monochromatic Colors of #336ADA
Black with #336ADA
Text Example
Text Example
White with #336ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336ADA; }
p { color: rgb(51,106,218); }
H1.HeaderClassName
{
color: #336ADA;
}
.AnyTagClassName
{
color: #336ADA;
}
</style>
background-color css
<style>
a { background-color: #336ADA; }
a { background-color: rgb(51,106,218); }
div.DivClassName
{
background-color: #336ADA;
}
.BgClassName
{
background-color: #336ADA;
}
</style>
border-color css
<style>
span { border-color: #336ADA; }
span { border-color: rgb(51,106,218); }
td.TdClassName
{
border-color: #336ADA;
}
.TagClassName
{
border-color: #336ADA;
}
</style>