Shades of Royal Blue #3362EC
Tints of Royal Blue #3362EC
RGB
CMYK
RGB Variations
Color information
#3362EC (or 0x3362EC) is known color: Royal Blue. HEX triplet: 33, 62 and EC. RGB value is (51,98,236). Sum of RGB (Red+Green+Blue) = 51+98+236=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #3362EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3362EC is #CC9D13. Grayscale: #636363. Windows color (decimal): -13409556 or 15491635. OLE color: 15491635.
HSL color Cylindrical-coordinate representation of color #3362EC: hue angle of 224.76º degrees, saturation: 0.83, 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 #3362EC is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 98 | 236 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.07 |
| HSL | 224.76º | 0.83% | 0.56% | - |
| HSV(B) | 224.76º | 0.78% | 0.93% | - |
| XYZ | 20.87 | 15.5 | 81.25 | - |
| YUV | 99.68 | 204.93 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 236 | 0.78 | 0.58 | 0 | 0.07 | 224.76 | 0.83 | 0.56 |
| Hex | 33 | 62 | EC | 4E | 3A | 0 | 7 | E1 | 53 | 38 |
| Octal | 63 | 142 | 354 | 116 | 72 | 0 | 7 | 341 | 123 | 70 |
| Binary | 110011 | 1100010 | 11101100 | 1001110 | 111010 | 0 | 111 | 11100001 | 1010011 | 111000 |
Color Harmonies of #3362EC
Complementary color
Monochromatic Colors of #3362EC
Black with #3362EC
Text Example
Text Example
White with #3362EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3362EC; }
p { color: rgb(51,98,236); }
H1.HeaderClassName
{
color: #3362EC;
}
.AnyTagClassName
{
color: #3362EC;
}
</style>
background-color css
<style>
a { background-color: #3362EC; }
a { background-color: rgb(51,98,236); }
div.DivClassName
{
background-color: #3362EC;
}
.BgClassName
{
background-color: #3362EC;
}
</style>
border-color css
<style>
span { border-color: #3362EC; }
span { border-color: rgb(51,98,236); }
td.TdClassName
{
border-color: #3362EC;
}
.TagClassName
{
border-color: #3362EC;
}
</style>