Shades of Royal Blue #337CDD
Tints of Royal Blue #337CDD
RGB
CMYK
RGB Variations
Color information
#337CDD (or 0x337CDD) is known color: Royal Blue. HEX triplet: 33, 7C and DD. RGB value is (51,124,221). Sum of RGB (Red+Green+Blue) = 51+124+221=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #337CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337CDD is #CC8322. Grayscale: #707070. Windows color (decimal): -13402915 or 14515251. OLE color: 14515251.
HSL color Cylindrical-coordinate representation of color #337CDD: hue angle of 214.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #337CDD is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 124 | 221 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.13 |
| HSL | 214.24º | 0.71% | 0.53% | - |
| HSV(B) | 214.24º | 0.77% | 0.87% | - |
| XYZ | 21.62 | 20.34 | 71.19 | - |
| YUV | 113.23 | 188.82 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 124 | 221 | 0.77 | 0.44 | 0 | 0.13 | 214.24 | 0.71 | 0.53 |
| Hex | 33 | 7C | DD | 4D | 2C | 0 | D | D6 | 47 | 35 |
| Octal | 63 | 174 | 335 | 115 | 54 | 0 | 15 | 326 | 107 | 65 |
| Binary | 110011 | 1111100 | 11011101 | 1001101 | 101100 | 0 | 1101 | 11010110 | 1000111 | 110101 |
Color Harmonies of #337CDD
Complementary color
Monochromatic Colors of #337CDD
Black with #337CDD
Text Example
Text Example
White with #337CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337CDD; }
p { color: rgb(51,124,221); }
H1.HeaderClassName
{
color: #337CDD;
}
.AnyTagClassName
{
color: #337CDD;
}
</style>
background-color css
<style>
a { background-color: #337CDD; }
a { background-color: rgb(51,124,221); }
div.DivClassName
{
background-color: #337CDD;
}
.BgClassName
{
background-color: #337CDD;
}
</style>
border-color css
<style>
span { border-color: #337CDD; }
span { border-color: rgb(51,124,221); }
td.TdClassName
{
border-color: #337CDD;
}
.TagClassName
{
border-color: #337CDD;
}
</style>