Shades of Royal Blue #337BDB
Tints of Royal Blue #337BDB
RGB
CMYK
RGB Variations
Color information
#337BDB (or 0x337BDB) is known color: Royal Blue. HEX triplet: 33, 7B and DB. RGB value is (51,123,219). Sum of RGB (Red+Green+Blue) = 51+123+219=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #337BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337BDB is #CC8424. Grayscale: #6F6F6F. Windows color (decimal): -13403173 or 14383923. OLE color: 14383923.
HSL color Cylindrical-coordinate representation of color #337BDB: hue angle of 214.29º degrees, saturation: 0.7, 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 #337BDB is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 123 | 219 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.14 |
| HSL | 214.29º | 0.7% | 0.53% | - |
| HSV(B) | 214.29º | 0.77% | 0.86% | - |
| XYZ | 21.23 | 19.98 | 69.76 | - |
| YUV | 112.42 | 188.15 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 123 | 219 | 0.77 | 0.44 | 0 | 0.14 | 214.29 | 0.7 | 0.53 |
| Hex | 33 | 7B | DB | 4D | 2C | 0 | E | D6 | 46 | 35 |
| Octal | 63 | 173 | 333 | 115 | 54 | 0 | 16 | 326 | 106 | 65 |
| Binary | 110011 | 1111011 | 11011011 | 1001101 | 101100 | 0 | 1110 | 11010110 | 1000110 | 110101 |
Color Harmonies of #337BDB
Complementary color
Monochromatic Colors of #337BDB
Black with #337BDB
Text Example
Text Example
White with #337BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337BDB; }
p { color: rgb(51,123,219); }
H1.HeaderClassName
{
color: #337BDB;
}
.AnyTagClassName
{
color: #337BDB;
}
</style>
background-color css
<style>
a { background-color: #337BDB; }
a { background-color: rgb(51,123,219); }
div.DivClassName
{
background-color: #337BDB;
}
.BgClassName
{
background-color: #337BDB;
}
</style>
border-color css
<style>
span { border-color: #337BDB; }
span { border-color: rgb(51,123,219); }
td.TdClassName
{
border-color: #337BDB;
}
.TagClassName
{
border-color: #337BDB;
}
</style>