Shades of Royal Blue #336BEB
Tints of Royal Blue #336BEB
RGB
CMYK
RGB Variations
Color information
#336BEB (or 0x336BEB) is known color: Royal Blue. HEX triplet: 33, 6B and EB. RGB value is (51,107,235). Sum of RGB (Red+Green+Blue) = 51+107+235=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #336BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336BEB is #CC9414. Grayscale: #686868. Windows color (decimal): -13407253 or 15428403. OLE color: 15428403.
HSL color Cylindrical-coordinate representation of color #336BEB: hue angle of 221.74º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #336BEB is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 107 | 235 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.08 |
| HSL | 221.74º | 0.82% | 0.56% | - |
| HSV(B) | 221.74º | 0.78% | 0.92% | - |
| XYZ | 21.62 | 17.22 | 80.78 | - |
| YUV | 104.85 | 201.45 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 235 | 0.78 | 0.54 | 0 | 0.08 | 221.74 | 0.82 | 0.56 |
| Hex | 33 | 6B | EB | 4E | 36 | 0 | 8 | DE | 52 | 38 |
| Octal | 63 | 153 | 353 | 116 | 66 | 0 | 10 | 336 | 122 | 70 |
| Binary | 110011 | 1101011 | 11101011 | 1001110 | 110110 | 0 | 1000 | 11011110 | 1010010 | 111000 |
Color Harmonies of #336BEB
Complementary color
Monochromatic Colors of #336BEB
Black with #336BEB
Text Example
Text Example
White with #336BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336BEB; }
p { color: rgb(51,107,235); }
H1.HeaderClassName
{
color: #336BEB;
}
.AnyTagClassName
{
color: #336BEB;
}
</style>
background-color css
<style>
a { background-color: #336BEB; }
a { background-color: rgb(51,107,235); }
div.DivClassName
{
background-color: #336BEB;
}
.BgClassName
{
background-color: #336BEB;
}
</style>
border-color css
<style>
span { border-color: #336BEB; }
span { border-color: rgb(51,107,235); }
td.TdClassName
{
border-color: #336BEB;
}
.TagClassName
{
border-color: #336BEB;
}
</style>