Shades of Royal Blue #366FDF
Tints of Royal Blue #366FDF
RGB
CMYK
RGB Variations
Color information
#366FDF (or 0x366FDF) is known color: Royal Blue. HEX triplet: 36, 6F and DF. RGB value is (54,111,223). Sum of RGB (Red+Green+Blue) = 54+111+223=388 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.92% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #366FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366FDF is #C99020. Grayscale: #6A6A6A. Windows color (decimal): -13209633 or 14642998. OLE color: 14642998.
HSL color Cylindrical-coordinate representation of color #366FDF: hue angle of 219.76º degrees, saturation: 0.73, 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 #366FDF is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 111 | 223 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.13 |
| HSL | 219.76º | 0.73% | 0.54% | - |
| HSV(B) | 219.76º | 0.76% | 0.87% | - |
| XYZ | 20.53 | 17.48 | 72.1 | - |
| YUV | 106.73 | 193.62 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 223 | 0.76 | 0.50 | 0 | 0.13 | 219.76 | 0.73 | 0.54 |
| Hex | 36 | 6F | DF | 4C | 32 | 0 | D | DC | 49 | 36 |
| Octal | 66 | 157 | 337 | 114 | 62 | 0 | 15 | 334 | 111 | 66 |
| Binary | 110110 | 1101111 | 11011111 | 1001100 | 110010 | 0 | 1101 | 11011100 | 1001001 | 110110 |
Color Harmonies of #366FDF
Complementary color
Monochromatic Colors of #366FDF
Black with #366FDF
Text Example
Text Example
White with #366FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366FDF; }
p { color: rgb(54,111,223); }
H1.HeaderClassName
{
color: #366FDF;
}
.AnyTagClassName
{
color: #366FDF;
}
</style>
background-color css
<style>
a { background-color: #366FDF; }
a { background-color: rgb(54,111,223); }
div.DivClassName
{
background-color: #366FDF;
}
.BgClassName
{
background-color: #366FDF;
}
</style>
border-color css
<style>
span { border-color: #366FDF; }
span { border-color: rgb(54,111,223); }
td.TdClassName
{
border-color: #366FDF;
}
.TagClassName
{
border-color: #366FDF;
}
</style>