Shades of Royal Blue #337CDA
Tints of Royal Blue #337CDA
RGB
CMYK
RGB Variations
Color information
#337CDA (or 0x337CDA) is known color: Royal Blue. HEX triplet: 33, 7C and DA. RGB value is (51,124,218). Sum of RGB (Red+Green+Blue) = 51+124+218=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #337CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337CDA is #CC8325. Grayscale: #707070. Windows color (decimal): -13402918 or 14318643. OLE color: 14318643.
HSL color Cylindrical-coordinate representation of color #337CDA: hue angle of 213.77º 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 #337CDA is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 124 | 218 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.15 |
| HSL | 213.77º | 0.69% | 0.53% | - |
| HSV(B) | 213.77º | 0.77% | 0.85% | - |
| XYZ | 21.23 | 20.18 | 69.11 | - |
| YUV | 112.89 | 187.32 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 124 | 218 | 0.77 | 0.43 | 0 | 0.15 | 213.77 | 0.69 | 0.53 |
| Hex | 33 | 7C | DA | 4D | 2B | 0 | F | D6 | 45 | 35 |
| Octal | 63 | 174 | 332 | 115 | 53 | 0 | 17 | 326 | 105 | 65 |
| Binary | 110011 | 1111100 | 11011010 | 1001101 | 101011 | 0 | 1111 | 11010110 | 1000101 | 110101 |
Color Harmonies of #337CDA
Complementary color
Monochromatic Colors of #337CDA
Black with #337CDA
Text Example
Text Example
White with #337CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337CDA; }
p { color: rgb(51,124,218); }
H1.HeaderClassName
{
color: #337CDA;
}
.AnyTagClassName
{
color: #337CDA;
}
</style>
background-color css
<style>
a { background-color: #337CDA; }
a { background-color: rgb(51,124,218); }
div.DivClassName
{
background-color: #337CDA;
}
.BgClassName
{
background-color: #337CDA;
}
</style>
border-color css
<style>
span { border-color: #337CDA; }
span { border-color: rgb(51,124,218); }
td.TdClassName
{
border-color: #337CDA;
}
.TagClassName
{
border-color: #337CDA;
}
</style>