Shades of Royal Blue #365DEE
Tints of Royal Blue #365DEE
RGB
CMYK
RGB Variations
Color information
#365DEE (or 0x365DEE) is known color: Royal Blue. HEX triplet: 36, 5D and EE. RGB value is (54,93,238). Sum of RGB (Red+Green+Blue) = 54+93+238=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #365DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365DEE is #C9A211. Grayscale: #616161. Windows color (decimal): -13214226 or 15621430. OLE color: 15621430.
HSL color Cylindrical-coordinate representation of color #365DEE: hue angle of 227.28º 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 #365DEE is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 93 | 238 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.07 |
| HSL | 227.28º | 0.84% | 0.57% | - |
| HSV(B) | 227.28º | 0.77% | 0.93% | - |
| XYZ | 20.87 | 14.79 | 82.64 | - |
| YUV | 97.87 | 207.08 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 238 | 0.77 | 0.61 | 0 | 0.07 | 227.28 | 0.84 | 0.57 |
| Hex | 36 | 5D | EE | 4D | 3D | 0 | 7 | E3 | 54 | 39 |
| Octal | 66 | 135 | 356 | 115 | 75 | 0 | 7 | 343 | 124 | 71 |
| Binary | 110110 | 1011101 | 11101110 | 1001101 | 111101 | 0 | 111 | 11100011 | 1010100 | 111001 |
Color Harmonies of #365DEE
Complementary color
Monochromatic Colors of #365DEE
Black with #365DEE
Text Example
Text Example
White with #365DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365DEE; }
p { color: rgb(54,93,238); }
H1.HeaderClassName
{
color: #365DEE;
}
.AnyTagClassName
{
color: #365DEE;
}
</style>
background-color css
<style>
a { background-color: #365DEE; }
a { background-color: rgb(54,93,238); }
div.DivClassName
{
background-color: #365DEE;
}
.BgClassName
{
background-color: #365DEE;
}
</style>
border-color css
<style>
span { border-color: #365DEE; }
span { border-color: rgb(54,93,238); }
td.TdClassName
{
border-color: #365DEE;
}
.TagClassName
{
border-color: #365DEE;
}
</style>