Shades of Royal Blue #365BE1
Tints of Royal Blue #365BE1
RGB
CMYK
RGB Variations
Color information
#365BE1 (or 0x365BE1) is known color: Royal Blue. HEX triplet: 36, 5B and E1. RGB value is (54,91,225). Sum of RGB (Red+Green+Blue) = 54+91+225=370 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.59% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #365BE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365BE1 is #C9A41E. Grayscale: #5E5E5E. Windows color (decimal): -13214751 or 14768950. OLE color: 14768950.
HSL color Cylindrical-coordinate representation of color #365BE1: hue angle of 227.02º degrees, saturation: 0.74, 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 #365BE1 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 91 | 225 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.12 |
| HSL | 227.02º | 0.74% | 0.55% | - |
| HSV(B) | 227.02º | 0.76% | 0.88% | - |
| XYZ | 18.85 | 13.7 | 72.89 | - |
| YUV | 95.21 | 201.24 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 225 | 0.76 | 0.60 | 0 | 0.12 | 227.02 | 0.74 | 0.55 |
| Hex | 36 | 5B | E1 | 4C | 3C | 0 | C | E3 | 4A | 37 |
| Octal | 66 | 133 | 341 | 114 | 74 | 0 | 14 | 343 | 112 | 67 |
| Binary | 110110 | 1011011 | 11100001 | 1001100 | 111100 | 0 | 1100 | 11100011 | 1001010 | 110111 |
Color Harmonies of #365BE1
Complementary color
Monochromatic Colors of #365BE1
Black with #365BE1
Text Example
Text Example
White with #365BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365BE1; }
p { color: rgb(54,91,225); }
H1.HeaderClassName
{
color: #365BE1;
}
.AnyTagClassName
{
color: #365BE1;
}
</style>
background-color css
<style>
a { background-color: #365BE1; }
a { background-color: rgb(54,91,225); }
div.DivClassName
{
background-color: #365BE1;
}
.BgClassName
{
background-color: #365BE1;
}
</style>
border-color css
<style>
span { border-color: #365BE1; }
span { border-color: rgb(54,91,225); }
td.TdClassName
{
border-color: #365BE1;
}
.TagClassName
{
border-color: #365BE1;
}
</style>