Shades of Royal Blue #365CF5
Tints of Royal Blue #365CF5
RGB
CMYK
RGB Variations
Color information
#365CF5 (or 0x365CF5) is known color: Royal Blue. HEX triplet: 36, 5C and F5. RGB value is (54,92,245). Sum of RGB (Red+Green+Blue) = 54+92+245=391 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.81% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 245 (96.09% from 255 or 62.66% from 391); Max value from RGB is 245 - color contains mainly: blue. Hex color #365CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365CF5 is #C9A30A. Grayscale: #616161. Windows color (decimal): -13214475 or 16079926. OLE color: 16079926.
HSL color Cylindrical-coordinate representation of color #365CF5: hue angle of 228.06º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365CF5 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 92 | 245 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.04 |
| HSL | 228.06º | 0.91% | 0.59% | - |
| HSV(B) | 228.06º | 0.78% | 0.96% | - |
| XYZ | 21.83 | 15.03 | 88.14 | - |
| YUV | 98.08 | 210.91 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 245 | 0.78 | 0.62 | 0 | 0.04 | 228.06 | 0.91 | 0.59 |
| Hex | 36 | 5C | F5 | 4E | 3E | 0 | 4 | E4 | 5B | 3B |
| Octal | 66 | 134 | 365 | 116 | 76 | 0 | 4 | 344 | 133 | 73 |
| Binary | 110110 | 1011100 | 11110101 | 1001110 | 111110 | 0 | 100 | 11100100 | 1011011 | 111011 |
Color Harmonies of #365CF5
Complementary color
Monochromatic Colors of #365CF5
Black with #365CF5
Text Example
Text Example
White with #365CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365CF5; }
p { color: rgb(54,92,245); }
H1.HeaderClassName
{
color: #365CF5;
}
.AnyTagClassName
{
color: #365CF5;
}
</style>
background-color css
<style>
a { background-color: #365CF5; }
a { background-color: rgb(54,92,245); }
div.DivClassName
{
background-color: #365CF5;
}
.BgClassName
{
background-color: #365CF5;
}
</style>
border-color css
<style>
span { border-color: #365CF5; }
span { border-color: rgb(54,92,245); }
td.TdClassName
{
border-color: #365CF5;
}
.TagClassName
{
border-color: #365CF5;
}
</style>