Shades of Royal Blue #365EEE
Tints of Royal Blue #365EEE
RGB
CMYK
RGB Variations
Color information
#365EEE (or 0x365EEE) is known color: Royal Blue. HEX triplet: 36, 5E and EE. RGB value is (54,94,238). Sum of RGB (Red+Green+Blue) = 54+94+238=386 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.99% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #365EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365EEE is #C9A111. Grayscale: #616161. Windows color (decimal): -13213970 or 15621686. OLE color: 15621686.
HSL color Cylindrical-coordinate representation of color #365EEE: hue angle of 226.96º 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 #365EEE is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 94 | 238 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.07 |
| HSL | 226.96º | 0.84% | 0.57% | - |
| HSV(B) | 226.96º | 0.77% | 0.93% | - |
| XYZ | 20.96 | 14.96 | 82.67 | - |
| YUV | 98.46 | 206.75 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 94 | 238 | 0.77 | 0.61 | 0 | 0.07 | 226.96 | 0.84 | 0.57 |
| Hex | 36 | 5E | EE | 4D | 3D | 0 | 7 | E3 | 54 | 39 |
| Octal | 66 | 136 | 356 | 115 | 75 | 0 | 7 | 343 | 124 | 71 |
| Binary | 110110 | 1011110 | 11101110 | 1001101 | 111101 | 0 | 111 | 11100011 | 1010100 | 111001 |
Color Harmonies of #365EEE
Complementary color
Monochromatic Colors of #365EEE
Black with #365EEE
Text Example
Text Example
White with #365EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365EEE; }
p { color: rgb(54,94,238); }
H1.HeaderClassName
{
color: #365EEE;
}
.AnyTagClassName
{
color: #365EEE;
}
</style>
background-color css
<style>
a { background-color: #365EEE; }
a { background-color: rgb(54,94,238); }
div.DivClassName
{
background-color: #365EEE;
}
.BgClassName
{
background-color: #365EEE;
}
</style>
border-color css
<style>
span { border-color: #365EEE; }
span { border-color: rgb(54,94,238); }
td.TdClassName
{
border-color: #365EEE;
}
.TagClassName
{
border-color: #365EEE;
}
</style>