Shades of Royal Blue #336BE7
Tints of Royal Blue #336BE7
RGB
CMYK
RGB Variations
Color information
#336BE7 (or 0x336BE7) is known color: Royal Blue. HEX triplet: 33, 6B and E7. RGB value is (51,107,231). Sum of RGB (Red+Green+Blue) = 51+107+231=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 231 (90.62% from 255 or 59.38% from 389); Max value from RGB is 231 - color contains mainly: blue. Hex color #336BE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336BE7 is #CC9418. Grayscale: #676767. Windows color (decimal): -13407257 or 15166259. OLE color: 15166259.
HSL color Cylindrical-coordinate representation of color #336BE7: hue angle of 221.33º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #336BE7 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 107 | 231 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.09 |
| HSL | 221.33º | 0.79% | 0.55% | - |
| HSV(B) | 221.33º | 0.78% | 0.91% | - |
| XYZ | 21.05 | 16.99 | 77.77 | - |
| YUV | 104.39 | 199.45 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 231 | 0.78 | 0.54 | 0 | 0.09 | 221.33 | 0.79 | 0.55 |
| Hex | 33 | 6B | E7 | 4E | 36 | 0 | 9 | DD | 4F | 37 |
| Octal | 63 | 153 | 347 | 116 | 66 | 0 | 11 | 335 | 117 | 67 |
| Binary | 110011 | 1101011 | 11100111 | 1001110 | 110110 | 0 | 1001 | 11011101 | 1001111 | 110111 |
Color Harmonies of #336BE7
Complementary color
Monochromatic Colors of #336BE7
Black with #336BE7
Text Example
Text Example
White with #336BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336BE7; }
p { color: rgb(51,107,231); }
H1.HeaderClassName
{
color: #336BE7;
}
.AnyTagClassName
{
color: #336BE7;
}
</style>
background-color css
<style>
a { background-color: #336BE7; }
a { background-color: rgb(51,107,231); }
div.DivClassName
{
background-color: #336BE7;
}
.BgClassName
{
background-color: #336BE7;
}
</style>
border-color css
<style>
span { border-color: #336BE7; }
span { border-color: rgb(51,107,231); }
td.TdClassName
{
border-color: #336BE7;
}
.TagClassName
{
border-color: #336BE7;
}
</style>