Shades of Royal Blue #3662EE
Tints of Royal Blue #3662EE
RGB
CMYK
RGB Variations
Color information
#3662EE (or 0x3662EE) is known color: Royal Blue. HEX triplet: 36, 62 and EE. RGB value is (54,98,238). Sum of RGB (Red+Green+Blue) = 54+98+238=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #3662EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3662EE is #C99D11. Grayscale: #646464. Windows color (decimal): -13212946 or 15622710. OLE color: 15622710.
HSL color Cylindrical-coordinate representation of color #3662EE: hue angle of 225.65º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3662EE is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 98 | 238 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.07 |
| HSL | 225.65º | 0.84% | 0.57% | - |
| HSV(B) | 225.65º | 0.77% | 0.93% | - |
| XYZ | 21.32 | 15.69 | 82.79 | - |
| YUV | 100.8 | 205.42 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 238 | 0.77 | 0.59 | 0 | 0.07 | 225.65 | 0.84 | 0.57 |
| Hex | 36 | 62 | EE | 4D | 3B | 0 | 7 | E2 | 54 | 39 |
| Octal | 66 | 142 | 356 | 115 | 73 | 0 | 7 | 342 | 124 | 71 |
| Binary | 110110 | 1100010 | 11101110 | 1001101 | 111011 | 0 | 111 | 11100010 | 1010100 | 111001 |
Color Harmonies of #3662EE
Complementary color
Monochromatic Colors of #3662EE
Black with #3662EE
Text Example
Text Example
White with #3662EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3662EE; }
p { color: rgb(54,98,238); }
H1.HeaderClassName
{
color: #3662EE;
}
.AnyTagClassName
{
color: #3662EE;
}
</style>
background-color css
<style>
a { background-color: #3662EE; }
a { background-color: rgb(54,98,238); }
div.DivClassName
{
background-color: #3662EE;
}
.BgClassName
{
background-color: #3662EE;
}
</style>
border-color css
<style>
span { border-color: #3662EE; }
span { border-color: rgb(54,98,238); }
td.TdClassName
{
border-color: #3662EE;
}
.TagClassName
{
border-color: #3662EE;
}
</style>