Shades of Royal Blue #336AED
Tints of Royal Blue #336AED
RGB
CMYK
RGB Variations
Color information
#336AED (or 0x336AED) is known color: Royal Blue. HEX triplet: 33, 6A and ED. RGB value is (51,106,237). Sum of RGB (Red+Green+Blue) = 51+106+237=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 237 (92.97% from 255 or 60.15% from 394); Max value from RGB is 237 - color contains mainly: blue. Hex color #336AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336AED is #CC9512. Grayscale: #676767. Windows color (decimal): -13407507 or 15559219. OLE color: 15559219.
HSL color Cylindrical-coordinate representation of color #336AED: hue angle of 222.26º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #336AED is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 106 | 237 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.07 |
| HSL | 222.26º | 0.84% | 0.56% | - |
| HSV(B) | 222.26º | 0.78% | 0.93% | - |
| XYZ | 21.81 | 17.13 | 82.28 | - |
| YUV | 104.49 | 202.78 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 106 | 237 | 0.78 | 0.55 | 0 | 0.07 | 222.26 | 0.84 | 0.56 |
| Hex | 33 | 6A | ED | 4E | 37 | 0 | 7 | DE | 54 | 38 |
| Octal | 63 | 152 | 355 | 116 | 67 | 0 | 7 | 336 | 124 | 70 |
| Binary | 110011 | 1101010 | 11101101 | 1001110 | 110111 | 0 | 111 | 11011110 | 1010100 | 111000 |
Color Harmonies of #336AED
Complementary color
Monochromatic Colors of #336AED
Black with #336AED
Text Example
Text Example
White with #336AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336AED; }
p { color: rgb(51,106,237); }
H1.HeaderClassName
{
color: #336AED;
}
.AnyTagClassName
{
color: #336AED;
}
</style>
background-color css
<style>
a { background-color: #336AED; }
a { background-color: rgb(51,106,237); }
div.DivClassName
{
background-color: #336AED;
}
.BgClassName
{
background-color: #336AED;
}
</style>
border-color css
<style>
span { border-color: #336AED; }
span { border-color: rgb(51,106,237); }
td.TdClassName
{
border-color: #336AED;
}
.TagClassName
{
border-color: #336AED;
}
</style>