Shades of Royal Blue #366CE4
Tints of Royal Blue #366CE4
RGB
CMYK
RGB Variations
Color information
#366CE4 (or 0x366CE4) is known color: Royal Blue. HEX triplet: 36, 6C and E4. RGB value is (54,108,228). Sum of RGB (Red+Green+Blue) = 54+108+228=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 228 (89.45% from 255 or 58.46% from 390); Max value from RGB is 228 - color contains mainly: blue. Hex color #366CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366CE4 is #C9931B. Grayscale: #696969. Windows color (decimal): -13210396 or 14969910. OLE color: 14969910.
HSL color Cylindrical-coordinate representation of color #366CE4: hue angle of 221.38º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #366CE4 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 108 | 228 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.11 |
| HSL | 221.38º | 0.76% | 0.55% | - |
| HSV(B) | 221.38º | 0.76% | 0.89% | - |
| XYZ | 20.89 | 17.11 | 75.6 | - |
| YUV | 105.53 | 197.11 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 228 | 0.76 | 0.53 | 0 | 0.11 | 221.38 | 0.76 | 0.55 |
| Hex | 36 | 6C | E4 | 4C | 35 | 0 | B | DD | 4C | 37 |
| Octal | 66 | 154 | 344 | 114 | 65 | 0 | 13 | 335 | 114 | 67 |
| Binary | 110110 | 1101100 | 11100100 | 1001100 | 110101 | 0 | 1011 | 11011101 | 1001100 | 110111 |
Color Harmonies of #366CE4
Complementary color
Monochromatic Colors of #366CE4
Black with #366CE4
Text Example
Text Example
White with #366CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366CE4; }
p { color: rgb(54,108,228); }
H1.HeaderClassName
{
color: #366CE4;
}
.AnyTagClassName
{
color: #366CE4;
}
</style>
background-color css
<style>
a { background-color: #366CE4; }
a { background-color: rgb(54,108,228); }
div.DivClassName
{
background-color: #366CE4;
}
.BgClassName
{
background-color: #366CE4;
}
</style>
border-color css
<style>
span { border-color: #366CE4; }
span { border-color: rgb(54,108,228); }
td.TdClassName
{
border-color: #366CE4;
}
.TagClassName
{
border-color: #366CE4;
}
</style>