Shades of Royal Blue #365BE0
Tints of Royal Blue #365BE0
RGB
CMYK
RGB Variations
Color information
#365BE0 (or 0x365BE0) is known color: Royal Blue. HEX triplet: 36, 5B and E0. RGB value is (54,91,224). Sum of RGB (Red+Green+Blue) = 54+91+224=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #365BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365BE0 is #C9A41F. Grayscale: #5E5E5E. Windows color (decimal): -13214752 or 14703414. OLE color: 14703414.
HSL color Cylindrical-coordinate representation of color #365BE0: hue angle of 226.94º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #365BE0 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 91 | 224 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.12 |
| HSL | 226.94º | 0.73% | 0.55% | - |
| HSV(B) | 226.94º | 0.76% | 0.88% | - |
| XYZ | 18.72 | 13.65 | 72.17 | - |
| YUV | 95.1 | 200.74 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 224 | 0.76 | 0.59 | 0 | 0.12 | 226.94 | 0.73 | 0.55 |
| Hex | 36 | 5B | E0 | 4C | 3B | 0 | C | E3 | 49 | 37 |
| Octal | 66 | 133 | 340 | 114 | 73 | 0 | 14 | 343 | 111 | 67 |
| Binary | 110110 | 1011011 | 11100000 | 1001100 | 111011 | 0 | 1100 | 11100011 | 1001001 | 110111 |
Color Harmonies of #365BE0
Complementary color
Monochromatic Colors of #365BE0
Black with #365BE0
Text Example
Text Example
White with #365BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365BE0; }
p { color: rgb(54,91,224); }
H1.HeaderClassName
{
color: #365BE0;
}
.AnyTagClassName
{
color: #365BE0;
}
</style>
background-color css
<style>
a { background-color: #365BE0; }
a { background-color: rgb(54,91,224); }
div.DivClassName
{
background-color: #365BE0;
}
.BgClassName
{
background-color: #365BE0;
}
</style>
border-color css
<style>
span { border-color: #365BE0; }
span { border-color: rgb(54,91,224); }
td.TdClassName
{
border-color: #365BE0;
}
.TagClassName
{
border-color: #365BE0;
}
</style>