Shades of Royal Blue #337CE1
Tints of Royal Blue #337CE1
RGB
CMYK
RGB Variations
Color information
#337CE1 (or 0x337CE1) is known color: Royal Blue. HEX triplet: 33, 7C and E1. RGB value is (51,124,225). Sum of RGB (Red+Green+Blue) = 51+124+225=400 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.75% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #337CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337CE1 is #CC831E. Grayscale: #717171. Windows color (decimal): -13402911 or 14777395. OLE color: 14777395.
HSL color Cylindrical-coordinate representation of color #337CE1: hue angle of 214.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #337CE1 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 124 | 225 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.12 |
| HSL | 214.83º | 0.74% | 0.54% | - |
| HSV(B) | 214.83º | 0.77% | 0.88% | - |
| XYZ | 22.16 | 20.56 | 74.03 | - |
| YUV | 113.69 | 190.82 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 124 | 225 | 0.77 | 0.45 | 0 | 0.12 | 214.83 | 0.74 | 0.54 |
| Hex | 33 | 7C | E1 | 4D | 2D | 0 | C | D7 | 4A | 36 |
| Octal | 63 | 174 | 341 | 115 | 55 | 0 | 14 | 327 | 112 | 66 |
| Binary | 110011 | 1111100 | 11100001 | 1001101 | 101101 | 0 | 1100 | 11010111 | 1001010 | 110110 |
Color Harmonies of #337CE1
Complementary color
Monochromatic Colors of #337CE1
Black with #337CE1
Text Example
Text Example
White with #337CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337CE1; }
p { color: rgb(51,124,225); }
H1.HeaderClassName
{
color: #337CE1;
}
.AnyTagClassName
{
color: #337CE1;
}
</style>
background-color css
<style>
a { background-color: #337CE1; }
a { background-color: rgb(51,124,225); }
div.DivClassName
{
background-color: #337CE1;
}
.BgClassName
{
background-color: #337CE1;
}
</style>
border-color css
<style>
span { border-color: #337CE1; }
span { border-color: rgb(51,124,225); }
td.TdClassName
{
border-color: #337CE1;
}
.TagClassName
{
border-color: #337CE1;
}
</style>