Shades of Royal Blue #337AD5
Tints of Royal Blue #337AD5
RGB
CMYK
RGB Variations
Color information
#337AD5 (or 0x337AD5) is known color: Royal Blue. HEX triplet: 33, 7A and D5. RGB value is (51,122,213). Sum of RGB (Red+Green+Blue) = 51+122+213=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #337AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337AD5 is #CC852A. Grayscale: #6E6E6E. Windows color (decimal): -13403435 or 13990451. OLE color: 13990451.
HSL color Cylindrical-coordinate representation of color #337AD5: hue angle of 213.7º degrees, saturation: 0.66, 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 #337AD5 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 122 | 213 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.16 |
| HSL | 213.7º | 0.66% | 0.52% | - |
| HSV(B) | 213.7º | 0.76% | 0.84% | - |
| XYZ | 20.34 | 19.43 | 65.63 | - |
| YUV | 111.15 | 185.48 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 122 | 213 | 0.76 | 0.43 | 0 | 0.16 | 213.7 | 0.66 | 0.52 |
| Hex | 33 | 7A | D5 | 4C | 2B | 0 | 10 | D6 | 42 | 34 |
| Octal | 63 | 172 | 325 | 114 | 53 | 0 | 20 | 326 | 102 | 64 |
| Binary | 110011 | 1111010 | 11010101 | 1001100 | 101011 | 0 | 10000 | 11010110 | 1000010 | 110100 |
Color Harmonies of #337AD5
Complementary color
Monochromatic Colors of #337AD5
Black with #337AD5
Text Example
Text Example
White with #337AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337AD5; }
p { color: rgb(51,122,213); }
H1.HeaderClassName
{
color: #337AD5;
}
.AnyTagClassName
{
color: #337AD5;
}
</style>
background-color css
<style>
a { background-color: #337AD5; }
a { background-color: rgb(51,122,213); }
div.DivClassName
{
background-color: #337AD5;
}
.BgClassName
{
background-color: #337AD5;
}
</style>
border-color css
<style>
span { border-color: #337AD5; }
span { border-color: rgb(51,122,213); }
td.TdClassName
{
border-color: #337AD5;
}
.TagClassName
{
border-color: #337AD5;
}
</style>