Shades of Royal Blue #366BF6
Tints of Royal Blue #366BF6
RGB
CMYK
RGB Variations
Color information
#366BF6 (or 0x366BF6) is known color: Royal Blue. HEX triplet: 36, 6B and F6. RGB value is (54,107,246). Sum of RGB (Red+Green+Blue) = 54+107+246=407 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.27% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 246 (96.48% from 255 or 60.44% from 407); Max value from RGB is 246 - color contains mainly: blue. Hex color #366BF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366BF6 is #C99409. Grayscale: #6A6A6A. Windows color (decimal): -13210634 or 16149302. OLE color: 16149302.
HSL color Cylindrical-coordinate representation of color #366BF6: hue angle of 223.44º 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 #366BF6 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 107 | 246 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.04 |
| HSL | 223.44º | 0.91% | 0.59% | - |
| HSV(B) | 223.44º | 0.78% | 0.96% | - |
| XYZ | 23.41 | 17.95 | 89.42 | - |
| YUV | 107 | 206.44 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 246 | 0.78 | 0.57 | 0 | 0.04 | 223.44 | 0.91 | 0.59 |
| Hex | 36 | 6B | F6 | 4E | 39 | 0 | 4 | DF | 5B | 3B |
| Octal | 66 | 153 | 366 | 116 | 71 | 0 | 4 | 337 | 133 | 73 |
| Binary | 110110 | 1101011 | 11110110 | 1001110 | 111001 | 0 | 100 | 11011111 | 1011011 | 111011 |
Color Harmonies of #366BF6
Complementary color
Monochromatic Colors of #366BF6
Black with #366BF6
Text Example
Text Example
White with #366BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BF6; }
p { color: rgb(54,107,246); }
H1.HeaderClassName
{
color: #366BF6;
}
.AnyTagClassName
{
color: #366BF6;
}
</style>
background-color css
<style>
a { background-color: #366BF6; }
a { background-color: rgb(54,107,246); }
div.DivClassName
{
background-color: #366BF6;
}
.BgClassName
{
background-color: #366BF6;
}
</style>
border-color css
<style>
span { border-color: #366BF6; }
span { border-color: rgb(54,107,246); }
td.TdClassName
{
border-color: #366BF6;
}
.TagClassName
{
border-color: #366BF6;
}
</style>