Shades of Royal Blue #365DF0
Tints of Royal Blue #365DF0
RGB
CMYK
RGB Variations
Color information
#365DF0 (or 0x365DF0) is known color: Royal Blue. HEX triplet: 36, 5D and F0. RGB value is (54,93,240). Sum of RGB (Red+Green+Blue) = 54+93+240=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 240 (94.14% from 255 or 62.02% from 387); Max value from RGB is 240 - color contains mainly: blue. Hex color #365DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365DF0 is #C9A20F. Grayscale: #616161. Windows color (decimal): -13214224 or 15752502. OLE color: 15752502.
HSL color Cylindrical-coordinate representation of color #365DF0: hue angle of 227.42º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #365DF0 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 93 | 240 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.06 |
| HSL | 227.42º | 0.86% | 0.58% | - |
| HSV(B) | 227.42º | 0.78% | 0.94% | - |
| XYZ | 21.16 | 14.9 | 84.2 | - |
| YUV | 98.1 | 208.08 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 240 | 0.78 | 0.61 | 0 | 0.06 | 227.42 | 0.86 | 0.58 |
| Hex | 36 | 5D | F0 | 4E | 3D | 0 | 6 | E3 | 56 | 3A |
| Octal | 66 | 135 | 360 | 116 | 75 | 0 | 6 | 343 | 126 | 72 |
| Binary | 110110 | 1011101 | 11110000 | 1001110 | 111101 | 0 | 110 | 11100011 | 1010110 | 111010 |
Color Harmonies of #365DF0
Complementary color
Monochromatic Colors of #365DF0
Black with #365DF0
Text Example
Text Example
White with #365DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365DF0; }
p { color: rgb(54,93,240); }
H1.HeaderClassName
{
color: #365DF0;
}
.AnyTagClassName
{
color: #365DF0;
}
</style>
background-color css
<style>
a { background-color: #365DF0; }
a { background-color: rgb(54,93,240); }
div.DivClassName
{
background-color: #365DF0;
}
.BgClassName
{
background-color: #365DF0;
}
</style>
border-color css
<style>
span { border-color: #365DF0; }
span { border-color: rgb(54,93,240); }
td.TdClassName
{
border-color: #365DF0;
}
.TagClassName
{
border-color: #365DF0;
}
</style>