Shades of Royal Blue #337FDE
Tints of Royal Blue #337FDE
RGB
CMYK
RGB Variations
Color information
#337FDE (or 0x337FDE) is known color: Royal Blue. HEX triplet: 33, 7F and DE. RGB value is (51,127,222). Sum of RGB (Red+Green+Blue) = 51+127+222=400 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.75% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #337FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FDE is #CC8021. Grayscale: #727272. Windows color (decimal): -13402146 or 14581555. OLE color: 14581555.
HSL color Cylindrical-coordinate representation of color #337FDE: hue angle of 213.33º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #337FDE is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 127 | 222 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.13 |
| HSL | 213.33º | 0.72% | 0.54% | - |
| HSV(B) | 213.33º | 0.77% | 0.87% | - |
| XYZ | 22.14 | 21.16 | 72.02 | - |
| YUV | 115.11 | 188.32 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 127 | 222 | 0.77 | 0.43 | 0 | 0.13 | 213.33 | 0.72 | 0.54 |
| Hex | 33 | 7F | DE | 4D | 2B | 0 | D | D5 | 48 | 36 |
| Octal | 63 | 177 | 336 | 115 | 53 | 0 | 15 | 325 | 110 | 66 |
| Binary | 110011 | 1111111 | 11011110 | 1001101 | 101011 | 0 | 1101 | 11010101 | 1001000 | 110110 |
Color Harmonies of #337FDE
Complementary color
Monochromatic Colors of #337FDE
Black with #337FDE
Text Example
Text Example
White with #337FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337FDE; }
p { color: rgb(51,127,222); }
H1.HeaderClassName
{
color: #337FDE;
}
.AnyTagClassName
{
color: #337FDE;
}
</style>
background-color css
<style>
a { background-color: #337FDE; }
a { background-color: rgb(51,127,222); }
div.DivClassName
{
background-color: #337FDE;
}
.BgClassName
{
background-color: #337FDE;
}
</style>
border-color css
<style>
span { border-color: #337FDE; }
span { border-color: rgb(51,127,222); }
td.TdClassName
{
border-color: #337FDE;
}
.TagClassName
{
border-color: #337FDE;
}
</style>