Shades of Royal Blue #3362E9
Tints of Royal Blue #3362E9
RGB
CMYK
RGB Variations
Color information
#3362E9 (or 0x3362E9) is known color: Royal Blue. HEX triplet: 33, 62 and E9. RGB value is (51,98,233). Sum of RGB (Red+Green+Blue) = 51+98+233=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 233 (91.41% from 255 or 60.99% from 382); Max value from RGB is 233 - color contains mainly: blue. Hex color #3362E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3362E9 is #CC9D16. Grayscale: #626262. Windows color (decimal): -13409559 or 15295027. OLE color: 15295027.
HSL color Cylindrical-coordinate representation of color #3362E9: hue angle of 224.51º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3362E9 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 98 | 233 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.09 |
| HSL | 224.51º | 0.81% | 0.56% | - |
| HSV(B) | 224.51º | 0.78% | 0.91% | - |
| XYZ | 20.44 | 15.32 | 78.97 | - |
| YUV | 99.34 | 203.43 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 233 | 0.78 | 0.58 | 0 | 0.09 | 224.51 | 0.81 | 0.56 |
| Hex | 33 | 62 | E9 | 4E | 3A | 0 | 9 | E1 | 51 | 38 |
| Octal | 63 | 142 | 351 | 116 | 72 | 0 | 11 | 341 | 121 | 70 |
| Binary | 110011 | 1100010 | 11101001 | 1001110 | 111010 | 0 | 1001 | 11100001 | 1010001 | 111000 |
Color Harmonies of #3362E9
Complementary color
Monochromatic Colors of #3362E9
Black with #3362E9
Text Example
Text Example
White with #3362E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3362E9; }
p { color: rgb(51,98,233); }
H1.HeaderClassName
{
color: #3362E9;
}
.AnyTagClassName
{
color: #3362E9;
}
</style>
background-color css
<style>
a { background-color: #3362E9; }
a { background-color: rgb(51,98,233); }
div.DivClassName
{
background-color: #3362E9;
}
.BgClassName
{
background-color: #3362E9;
}
</style>
border-color css
<style>
span { border-color: #3362E9; }
span { border-color: rgb(51,98,233); }
td.TdClassName
{
border-color: #3362E9;
}
.TagClassName
{
border-color: #3362E9;
}
</style>