Shades of Royal Blue #366BDC
Tints of Royal Blue #366BDC
RGB
CMYK
RGB Variations
Color information
#366BDC (or 0x366BDC) is known color: Royal Blue. HEX triplet: 36, 6B and DC. RGB value is (54,107,220). Sum of RGB (Red+Green+Blue) = 54+107+220=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #366BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366BDC is #C99423. Grayscale: #676767. Windows color (decimal): -13210660 or 14445366. OLE color: 14445366.
HSL color Cylindrical-coordinate representation of color #366BDC: hue angle of 220.84º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #366BDC is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 107 | 220 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.14 |
| HSL | 220.84º | 0.7% | 0.54% | - |
| HSV(B) | 220.84º | 0.75% | 0.86% | - |
| XYZ | 19.7 | 16.47 | 69.85 | - |
| YUV | 104.04 | 193.44 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 220 | 0.75 | 0.51 | 0 | 0.14 | 220.84 | 0.7 | 0.54 |
| Hex | 36 | 6B | DC | 4B | 33 | 0 | E | DD | 46 | 36 |
| Octal | 66 | 153 | 334 | 113 | 63 | 0 | 16 | 335 | 106 | 66 |
| Binary | 110110 | 1101011 | 11011100 | 1001011 | 110011 | 0 | 1110 | 11011101 | 1000110 | 110110 |
Color Harmonies of #366BDC
Complementary color
Monochromatic Colors of #366BDC
Black with #366BDC
Text Example
Text Example
White with #366BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BDC; }
p { color: rgb(54,107,220); }
H1.HeaderClassName
{
color: #366BDC;
}
.AnyTagClassName
{
color: #366BDC;
}
</style>
background-color css
<style>
a { background-color: #366BDC; }
a { background-color: rgb(54,107,220); }
div.DivClassName
{
background-color: #366BDC;
}
.BgClassName
{
background-color: #366BDC;
}
</style>
border-color css
<style>
span { border-color: #366BDC; }
span { border-color: rgb(54,107,220); }
td.TdClassName
{
border-color: #366BDC;
}
.TagClassName
{
border-color: #366BDC;
}
</style>