Shades of Royal Blue #365CEF
Tints of Royal Blue #365CEF
RGB
CMYK
RGB Variations
Color information
#365CEF (or 0x365CEF) is known color: Royal Blue. HEX triplet: 36, 5C and EF. RGB value is (54,92,239). Sum of RGB (Red+Green+Blue) = 54+92+239=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #365CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365CEF is #C9A310. Grayscale: #606060. Windows color (decimal): -13214481 or 15686710. OLE color: 15686710.
HSL color Cylindrical-coordinate representation of color #365CEF: hue angle of 227.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #365CEF is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 92 | 239 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.06 |
| HSL | 227.68º | 0.85% | 0.57% | - |
| HSV(B) | 227.68º | 0.77% | 0.94% | - |
| XYZ | 20.93 | 14.67 | 83.39 | - |
| YUV | 97.4 | 207.91 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 239 | 0.77 | 0.62 | 0 | 0.06 | 227.68 | 0.85 | 0.57 |
| Hex | 36 | 5C | EF | 4D | 3E | 0 | 6 | E4 | 55 | 39 |
| Octal | 66 | 134 | 357 | 115 | 76 | 0 | 6 | 344 | 125 | 71 |
| Binary | 110110 | 1011100 | 11101111 | 1001101 | 111110 | 0 | 110 | 11100100 | 1010101 | 111001 |
Color Harmonies of #365CEF
Complementary color
Monochromatic Colors of #365CEF
Black with #365CEF
Text Example
Text Example
White with #365CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365CEF; }
p { color: rgb(54,92,239); }
H1.HeaderClassName
{
color: #365CEF;
}
.AnyTagClassName
{
color: #365CEF;
}
</style>
background-color css
<style>
a { background-color: #365CEF; }
a { background-color: rgb(54,92,239); }
div.DivClassName
{
background-color: #365CEF;
}
.BgClassName
{
background-color: #365CEF;
}
</style>
border-color css
<style>
span { border-color: #365CEF; }
span { border-color: rgb(54,92,239); }
td.TdClassName
{
border-color: #365CEF;
}
.TagClassName
{
border-color: #365CEF;
}
</style>