Shades of Royal Blue #365FEC
Tints of Royal Blue #365FEC
RGB
CMYK
RGB Variations
Color information
#365FEC (or 0x365FEC) is known color: Royal Blue. HEX triplet: 36, 5F and EC. RGB value is (54,95,236). Sum of RGB (Red+Green+Blue) = 54+95+236=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #365FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365FEC is #C9A013. Grayscale: #626262. Windows color (decimal): -13213716 or 15490870. OLE color: 15490870.
HSL color Cylindrical-coordinate representation of color #365FEC: hue angle of 226.48º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #365FEC is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 95 | 236 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.07 |
| HSL | 226.48º | 0.83% | 0.57% | - |
| HSV(B) | 226.48º | 0.77% | 0.93% | - |
| XYZ | 20.75 | 15.02 | 81.16 | - |
| YUV | 98.82 | 205.42 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 236 | 0.77 | 0.60 | 0 | 0.07 | 226.48 | 0.83 | 0.57 |
| Hex | 36 | 5F | EC | 4D | 3C | 0 | 7 | E2 | 53 | 39 |
| Octal | 66 | 137 | 354 | 115 | 74 | 0 | 7 | 342 | 123 | 71 |
| Binary | 110110 | 1011111 | 11101100 | 1001101 | 111100 | 0 | 111 | 11100010 | 1010011 | 111001 |
Color Harmonies of #365FEC
Complementary color
Monochromatic Colors of #365FEC
Black with #365FEC
Text Example
Text Example
White with #365FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365FEC; }
p { color: rgb(54,95,236); }
H1.HeaderClassName
{
color: #365FEC;
}
.AnyTagClassName
{
color: #365FEC;
}
</style>
background-color css
<style>
a { background-color: #365FEC; }
a { background-color: rgb(54,95,236); }
div.DivClassName
{
background-color: #365FEC;
}
.BgClassName
{
background-color: #365FEC;
}
</style>
border-color css
<style>
span { border-color: #365FEC; }
span { border-color: rgb(54,95,236); }
td.TdClassName
{
border-color: #365FEC;
}
.TagClassName
{
border-color: #365FEC;
}
</style>