Shades of Royal Blue #336BED
Tints of Royal Blue #336BED
RGB
CMYK
RGB Variations
Color information
#336BED (or 0x336BED) is known color: Royal Blue. HEX triplet: 33, 6B and ED. RGB value is (51,107,237). Sum of RGB (Red+Green+Blue) = 51+107+237=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #336BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336BED is #CC9412. Grayscale: #686868. Windows color (decimal): -13407251 or 15559475. OLE color: 15559475.
HSL color Cylindrical-coordinate representation of color #336BED: hue angle of 221.94º 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 #336BED is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 107 | 237 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.07 |
| HSL | 221.94º | 0.84% | 0.56% | - |
| HSV(B) | 221.94º | 0.78% | 0.93% | - |
| XYZ | 21.91 | 17.33 | 82.31 | - |
| YUV | 105.08 | 202.45 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 237 | 0.78 | 0.55 | 0 | 0.07 | 221.94 | 0.84 | 0.56 |
| Hex | 33 | 6B | ED | 4E | 37 | 0 | 7 | DE | 54 | 38 |
| Octal | 63 | 153 | 355 | 116 | 67 | 0 | 7 | 336 | 124 | 70 |
| Binary | 110011 | 1101011 | 11101101 | 1001110 | 110111 | 0 | 111 | 11011110 | 1010100 | 111000 |
Color Harmonies of #336BED
Complementary color
Monochromatic Colors of #336BED
Black with #336BED
Text Example
Text Example
White with #336BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336BED; }
p { color: rgb(51,107,237); }
H1.HeaderClassName
{
color: #336BED;
}
.AnyTagClassName
{
color: #336BED;
}
</style>
background-color css
<style>
a { background-color: #336BED; }
a { background-color: rgb(51,107,237); }
div.DivClassName
{
background-color: #336BED;
}
.BgClassName
{
background-color: #336BED;
}
</style>
border-color css
<style>
span { border-color: #336BED; }
span { border-color: rgb(51,107,237); }
td.TdClassName
{
border-color: #336BED;
}
.TagClassName
{
border-color: #336BED;
}
</style>