Shades of Royal Blue #366BD6
Tints of Royal Blue #366BD6
RGB
CMYK
RGB Variations
Color information
#366BD6 (or 0x366BD6) is known color: Royal Blue. HEX triplet: 36, 6B and D6. RGB value is (54,107,214). Sum of RGB (Red+Green+Blue) = 54+107+214=375 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.4% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 214 (83.98% from 255 or 57.07% from 375); Max value from RGB is 214 - color contains mainly: blue. Hex color #366BD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366BD6 is #C99429. Grayscale: #666666. Windows color (decimal): -13210666 or 14052150. OLE color: 14052150.
HSL color Cylindrical-coordinate representation of color #366BD6: hue angle of 220.12º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #366BD6 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 107 | 214 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.16 |
| HSL | 220.13º | 0.66% | 0.53% | - |
| HSV(B) | 220.13º | 0.75% | 0.84% | - |
| XYZ | 18.92 | 16.15 | 65.74 | - |
| YUV | 103.35 | 190.44 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 214 | 0.75 | 0.50 | 0 | 0.16 | 220.13 | 0.66 | 0.53 |
| Hex | 36 | 6B | D6 | 4B | 32 | 0 | 10 | DC | 42 | 35 |
| Octal | 66 | 153 | 326 | 113 | 62 | 0 | 20 | 334 | 102 | 65 |
| Binary | 110110 | 1101011 | 11010110 | 1001011 | 110010 | 0 | 10000 | 11011100 | 1000010 | 110101 |
Color Harmonies of #366BD6
Complementary color
Monochromatic Colors of #366BD6
Black with #366BD6
Text Example
Text Example
White with #366BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BD6; }
p { color: rgb(54,107,214); }
H1.HeaderClassName
{
color: #366BD6;
}
.AnyTagClassName
{
color: #366BD6;
}
</style>
background-color css
<style>
a { background-color: #366BD6; }
a { background-color: rgb(54,107,214); }
div.DivClassName
{
background-color: #366BD6;
}
.BgClassName
{
background-color: #366BD6;
}
</style>
border-color css
<style>
span { border-color: #366BD6; }
span { border-color: rgb(54,107,214); }
td.TdClassName
{
border-color: #366BD6;
}
.TagClassName
{
border-color: #366BD6;
}
</style>