Shades of Royal Blue #366FDD
Tints of Royal Blue #366FDD
RGB
CMYK
RGB Variations
Color information
#366FDD (or 0x366FDD) is known color: Royal Blue. HEX triplet: 36, 6F and DD. RGB value is (54,111,221). Sum of RGB (Red+Green+Blue) = 54+111+221=386 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.99% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #366FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366FDD is #C99022. Grayscale: #6A6A6A. Windows color (decimal): -13209635 or 14511926. OLE color: 14511926.
HSL color Cylindrical-coordinate representation of color #366FDD: hue angle of 219.52º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #366FDD is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 111 | 221 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.13 |
| HSL | 219.52º | 0.71% | 0.54% | - |
| HSV(B) | 219.52º | 0.76% | 0.87% | - |
| XYZ | 20.26 | 17.37 | 70.69 | - |
| YUV | 106.5 | 192.62 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 221 | 0.76 | 0.50 | 0 | 0.13 | 219.52 | 0.71 | 0.54 |
| Hex | 36 | 6F | DD | 4C | 32 | 0 | D | DC | 47 | 36 |
| Octal | 66 | 157 | 335 | 114 | 62 | 0 | 15 | 334 | 107 | 66 |
| Binary | 110110 | 1101111 | 11011101 | 1001100 | 110010 | 0 | 1101 | 11011100 | 1000111 | 110110 |
Color Harmonies of #366FDD
Complementary color
Monochromatic Colors of #366FDD
Black with #366FDD
Text Example
Text Example
White with #366FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366FDD; }
p { color: rgb(54,111,221); }
H1.HeaderClassName
{
color: #366FDD;
}
.AnyTagClassName
{
color: #366FDD;
}
</style>
background-color css
<style>
a { background-color: #366FDD; }
a { background-color: rgb(54,111,221); }
div.DivClassName
{
background-color: #366FDD;
}
.BgClassName
{
background-color: #366FDD;
}
</style>
border-color css
<style>
span { border-color: #366FDD; }
span { border-color: rgb(54,111,221); }
td.TdClassName
{
border-color: #366FDD;
}
.TagClassName
{
border-color: #366FDD;
}
</style>