Shades of Royal Blue #366EFF
Tints of Royal Blue #366EFF
RGB
CMYK
RGB Variations
Color information
#366EFF (or 0x366EFF) is known color: Royal Blue. HEX triplet: 36, 6E and FF. RGB value is (54,110,255). Sum of RGB (Red+Green+Blue) = 54+110+255=419 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.89% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #366EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366EFF is #C99100. Grayscale: #6D6D6D. Windows color (decimal): -13209857 or 16739894. OLE color: 16739894.
HSL color Cylindrical-coordinate representation of color #366EFF: hue angle of 223.28º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #366EFF is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 110 | 255 | - |
| CMYK | 0.79 | 0.57 | 0 | 0 |
| HSL | 223.28º | 1% | 0.61% | - |
| HSV(B) | 223.28º | 0.79% | 1% | - |
| XYZ | 25.15 | 19.16 | 96.98 | - |
| YUV | 109.79 | 209.95 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 110 | 255 | 0.79 | 0.57 | 0 | 0 | 223.28 | 1 | 0.61 |
| Hex | 36 | 6E | FF | 4F | 39 | 0 | 0 | DF | 64 | 3D |
| Octal | 66 | 156 | 377 | 117 | 71 | 0 | 0 | 337 | 144 | 75 |
| Binary | 110110 | 1101110 | 11111111 | 1001111 | 111001 | 0 | 0 | 11011111 | 1100100 | 111101 |
Color Harmonies of #366EFF
Complementary color
Monochromatic Colors of #366EFF
Black with #366EFF
Text Example
Text Example
White with #366EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366EFF; }
p { color: rgb(54,110,255); }
H1.HeaderClassName
{
color: #366EFF;
}
.AnyTagClassName
{
color: #366EFF;
}
</style>
background-color css
<style>
a { background-color: #366EFF; }
a { background-color: rgb(54,110,255); }
div.DivClassName
{
background-color: #366EFF;
}
.BgClassName
{
background-color: #366EFF;
}
</style>
border-color css
<style>
span { border-color: #366EFF; }
span { border-color: rgb(54,110,255); }
td.TdClassName
{
border-color: #366EFF;
}
.TagClassName
{
border-color: #366EFF;
}
</style>