Shades of Royal Blue #337CDC
Tints of Royal Blue #337CDC
RGB
CMYK
RGB Variations
Color information
#337CDC (or 0x337CDC) is known color: Royal Blue. HEX triplet: 33, 7C and DC. RGB value is (51,124,220). Sum of RGB (Red+Green+Blue) = 51+124+220=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #337CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337CDC is #CC8323. Grayscale: #707070. Windows color (decimal): -13402916 or 14449715. OLE color: 14449715.
HSL color Cylindrical-coordinate representation of color #337CDC: hue angle of 214.08º 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 #337CDC is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 124 | 220 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.14 |
| HSL | 214.08º | 0.71% | 0.53% | - |
| HSV(B) | 214.08º | 0.77% | 0.86% | - |
| XYZ | 21.49 | 20.29 | 70.49 | - |
| YUV | 113.12 | 188.32 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 124 | 220 | 0.77 | 0.44 | 0 | 0.14 | 214.08 | 0.71 | 0.53 |
| Hex | 33 | 7C | DC | 4D | 2C | 0 | E | D6 | 47 | 35 |
| Octal | 63 | 174 | 334 | 115 | 54 | 0 | 16 | 326 | 107 | 65 |
| Binary | 110011 | 1111100 | 11011100 | 1001101 | 101100 | 0 | 1110 | 11010110 | 1000111 | 110101 |
Color Harmonies of #337CDC
Complementary color
Monochromatic Colors of #337CDC
Black with #337CDC
Text Example
Text Example
White with #337CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337CDC; }
p { color: rgb(51,124,220); }
H1.HeaderClassName
{
color: #337CDC;
}
.AnyTagClassName
{
color: #337CDC;
}
</style>
background-color css
<style>
a { background-color: #337CDC; }
a { background-color: rgb(51,124,220); }
div.DivClassName
{
background-color: #337CDC;
}
.BgClassName
{
background-color: #337CDC;
}
</style>
border-color css
<style>
span { border-color: #337CDC; }
span { border-color: rgb(51,124,220); }
td.TdClassName
{
border-color: #337CDC;
}
.TagClassName
{
border-color: #337CDC;
}
</style>