Shades of Royal Blue #366CF6
Tints of Royal Blue #366CF6
RGB
CMYK
RGB Variations
Color information
#366CF6 (or 0x366CF6) is known color: Royal Blue. HEX triplet: 36, 6C and F6. RGB value is (54,108,246). Sum of RGB (Red+Green+Blue) = 54+108+246=408 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.24% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 246 (96.48% from 255 or 60.29% from 408); Max value from RGB is 246 - color contains mainly: blue. Hex color #366CF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366CF6 is #C99309. Grayscale: #6A6A6A. Windows color (decimal): -13210378 or 16149558. OLE color: 16149558.
HSL color Cylindrical-coordinate representation of color #366CF6: hue angle of 223.12º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #366CF6 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 108 | 246 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.04 |
| HSL | 223.13º | 0.91% | 0.59% | - |
| HSV(B) | 223.13º | 0.78% | 0.96% | - |
| XYZ | 23.52 | 18.16 | 89.46 | - |
| YUV | 107.59 | 206.11 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 246 | 0.78 | 0.56 | 0 | 0.04 | 223.13 | 0.91 | 0.59 |
| Hex | 36 | 6C | F6 | 4E | 38 | 0 | 4 | DF | 5B | 3B |
| Octal | 66 | 154 | 366 | 116 | 70 | 0 | 4 | 337 | 133 | 73 |
| Binary | 110110 | 1101100 | 11110110 | 1001110 | 111000 | 0 | 100 | 11011111 | 1011011 | 111011 |
Color Harmonies of #366CF6
Complementary color
Monochromatic Colors of #366CF6
Black with #366CF6
Text Example
Text Example
White with #366CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366CF6; }
p { color: rgb(54,108,246); }
H1.HeaderClassName
{
color: #366CF6;
}
.AnyTagClassName
{
color: #366CF6;
}
</style>
background-color css
<style>
a { background-color: #366CF6; }
a { background-color: rgb(54,108,246); }
div.DivClassName
{
background-color: #366CF6;
}
.BgClassName
{
background-color: #366CF6;
}
</style>
border-color css
<style>
span { border-color: #366CF6; }
span { border-color: rgb(54,108,246); }
td.TdClassName
{
border-color: #366CF6;
}
.TagClassName
{
border-color: #366CF6;
}
</style>