Shades of Royal Blue #365BEE
Tints of Royal Blue #365BEE
RGB
CMYK
RGB Variations
Color information
#365BEE (or 0x365BEE) is known color: Royal Blue. HEX triplet: 36, 5B and EE. RGB value is (54,91,238). Sum of RGB (Red+Green+Blue) = 54+91+238=383 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.10% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #365BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365BEE is #C9A411. Grayscale: #606060. Windows color (decimal): -13214738 or 15620918. OLE color: 15620918.
HSL color Cylindrical-coordinate representation of color #365BEE: hue angle of 227.93º 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 #365BEE is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 91 | 238 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.07 |
| HSL | 227.93º | 0.84% | 0.57% | - |
| HSV(B) | 227.93º | 0.77% | 0.93% | - |
| XYZ | 20.7 | 14.44 | 82.59 | - |
| YUV | 96.7 | 207.74 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 238 | 0.77 | 0.62 | 0 | 0.07 | 227.93 | 0.84 | 0.57 |
| Hex | 36 | 5B | EE | 4D | 3E | 0 | 7 | E4 | 54 | 39 |
| Octal | 66 | 133 | 356 | 115 | 76 | 0 | 7 | 344 | 124 | 71 |
| Binary | 110110 | 1011011 | 11101110 | 1001101 | 111110 | 0 | 111 | 11100100 | 1010100 | 111001 |
Color Harmonies of #365BEE
Complementary color
Monochromatic Colors of #365BEE
Black with #365BEE
Text Example
Text Example
White with #365BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365BEE; }
p { color: rgb(54,91,238); }
H1.HeaderClassName
{
color: #365BEE;
}
.AnyTagClassName
{
color: #365BEE;
}
</style>
background-color css
<style>
a { background-color: #365BEE; }
a { background-color: rgb(54,91,238); }
div.DivClassName
{
background-color: #365BEE;
}
.BgClassName
{
background-color: #365BEE;
}
</style>
border-color css
<style>
span { border-color: #365BEE; }
span { border-color: rgb(54,91,238); }
td.TdClassName
{
border-color: #365BEE;
}
.TagClassName
{
border-color: #365BEE;
}
</style>