Shades of Royal Blue #3362EE
Tints of Royal Blue #3362EE
RGB
CMYK
RGB Variations
Color information
#3362EE (or 0x3362EE) is known color: Royal Blue. HEX triplet: 33, 62 and EE. RGB value is (51,98,238). Sum of RGB (Red+Green+Blue) = 51+98+238=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #3362EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3362EE is #CC9D11. Grayscale: #636363. Windows color (decimal): -13409554 or 15622707. OLE color: 15622707.
HSL color Cylindrical-coordinate representation of color #3362EE: hue angle of 224.92º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3362EE is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 98 | 238 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.07 |
| HSL | 224.92º | 0.85% | 0.57% | - |
| HSV(B) | 224.92º | 0.79% | 0.93% | - |
| XYZ | 21.17 | 15.61 | 82.79 | - |
| YUV | 99.91 | 205.93 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 238 | 0.79 | 0.59 | 0 | 0.07 | 224.92 | 0.85 | 0.57 |
| Hex | 33 | 62 | EE | 4F | 3B | 0 | 7 | E1 | 55 | 39 |
| Octal | 63 | 142 | 356 | 117 | 73 | 0 | 7 | 341 | 125 | 71 |
| Binary | 110011 | 1100010 | 11101110 | 1001111 | 111011 | 0 | 111 | 11100001 | 1010101 | 111001 |
Color Harmonies of #3362EE
Complementary color
Monochromatic Colors of #3362EE
Black with #3362EE
Text Example
Text Example
White with #3362EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3362EE; }
p { color: rgb(51,98,238); }
H1.HeaderClassName
{
color: #3362EE;
}
.AnyTagClassName
{
color: #3362EE;
}
</style>
background-color css
<style>
a { background-color: #3362EE; }
a { background-color: rgb(51,98,238); }
div.DivClassName
{
background-color: #3362EE;
}
.BgClassName
{
background-color: #3362EE;
}
</style>
border-color css
<style>
span { border-color: #3362EE; }
span { border-color: rgb(51,98,238); }
td.TdClassName
{
border-color: #3362EE;
}
.TagClassName
{
border-color: #3362EE;
}
</style>