Shades of Royal Blue #337ADC
Tints of Royal Blue #337ADC
RGB
CMYK
RGB Variations
Color information
#337ADC (or 0x337ADC) is known color: Royal Blue. HEX triplet: 33, 7A and DC. RGB value is (51,122,220). Sum of RGB (Red+Green+Blue) = 51+122+220=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #337ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337ADC is #CC8523. Grayscale: #6F6F6F. Windows color (decimal): -13403428 or 14449203. OLE color: 14449203.
HSL color Cylindrical-coordinate representation of color #337ADC: hue angle of 214.79º 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 #337ADC is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 122 | 220 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.14 |
| HSL | 214.79º | 0.71% | 0.53% | - |
| HSV(B) | 214.79º | 0.77% | 0.86% | - |
| XYZ | 21.24 | 19.79 | 70.41 | - |
| YUV | 111.94 | 188.98 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 122 | 220 | 0.77 | 0.45 | 0 | 0.14 | 214.79 | 0.71 | 0.53 |
| Hex | 33 | 7A | DC | 4D | 2D | 0 | E | D7 | 47 | 35 |
| Octal | 63 | 172 | 334 | 115 | 55 | 0 | 16 | 327 | 107 | 65 |
| Binary | 110011 | 1111010 | 11011100 | 1001101 | 101101 | 0 | 1110 | 11010111 | 1000111 | 110101 |
Color Harmonies of #337ADC
Complementary color
Monochromatic Colors of #337ADC
Black with #337ADC
Text Example
Text Example
White with #337ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337ADC; }
p { color: rgb(51,122,220); }
H1.HeaderClassName
{
color: #337ADC;
}
.AnyTagClassName
{
color: #337ADC;
}
</style>
background-color css
<style>
a { background-color: #337ADC; }
a { background-color: rgb(51,122,220); }
div.DivClassName
{
background-color: #337ADC;
}
.BgClassName
{
background-color: #337ADC;
}
</style>
border-color css
<style>
span { border-color: #337ADC; }
span { border-color: rgb(51,122,220); }
td.TdClassName
{
border-color: #337ADC;
}
.TagClassName
{
border-color: #337ADC;
}
</style>