Shades of Royal Blue #366FDC
Tints of Royal Blue #366FDC
RGB
CMYK
RGB Variations
Color information
#366FDC (or 0x366FDC) is known color: Royal Blue. HEX triplet: 36, 6F and DC. RGB value is (54,111,220). Sum of RGB (Red+Green+Blue) = 54+111+220=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #366FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366FDC is #C99023. Grayscale: #696969. Windows color (decimal): -13209636 or 14446390. OLE color: 14446390.
HSL color Cylindrical-coordinate representation of color #366FDC: hue angle of 219.4º 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 #366FDC is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 111 | 220 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.14 |
| HSL | 219.4º | 0.7% | 0.54% | - |
| HSV(B) | 219.4º | 0.75% | 0.86% | - |
| XYZ | 20.12 | 17.32 | 69.99 | - |
| YUV | 106.38 | 192.12 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 220 | 0.75 | 0.50 | 0 | 0.14 | 219.4 | 0.7 | 0.54 |
| Hex | 36 | 6F | DC | 4B | 32 | 0 | E | DB | 46 | 36 |
| Octal | 66 | 157 | 334 | 113 | 62 | 0 | 16 | 333 | 106 | 66 |
| Binary | 110110 | 1101111 | 11011100 | 1001011 | 110010 | 0 | 1110 | 11011011 | 1000110 | 110110 |
Color Harmonies of #366FDC
Complementary color
Monochromatic Colors of #366FDC
Black with #366FDC
Text Example
Text Example
White with #366FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366FDC; }
p { color: rgb(54,111,220); }
H1.HeaderClassName
{
color: #366FDC;
}
.AnyTagClassName
{
color: #366FDC;
}
</style>
background-color css
<style>
a { background-color: #366FDC; }
a { background-color: rgb(54,111,220); }
div.DivClassName
{
background-color: #366FDC;
}
.BgClassName
{
background-color: #366FDC;
}
</style>
border-color css
<style>
span { border-color: #366FDC; }
span { border-color: rgb(54,111,220); }
td.TdClassName
{
border-color: #366FDC;
}
.TagClassName
{
border-color: #366FDC;
}
</style>