Shades of Royal Blue #366DF6
Tints of Royal Blue #366DF6
RGB
CMYK
RGB Variations
Color information
#366DF6 (or 0x366DF6) is known color: Royal Blue. HEX triplet: 36, 6D and F6. RGB value is (54,109,246). Sum of RGB (Red+Green+Blue) = 54+109+246=409 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.20% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 246 (96.48% from 255 or 60.15% from 409); Max value from RGB is 246 - color contains mainly: blue. Hex color #366DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366DF6 is #C99209. Grayscale: #6B6B6B. Windows color (decimal): -13210122 or 16149814. OLE color: 16149814.
HSL color Cylindrical-coordinate representation of color #366DF6: hue angle of 222.81º 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 #366DF6 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 109 | 246 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.04 |
| HSL | 222.81º | 0.91% | 0.59% | - |
| HSV(B) | 222.81º | 0.78% | 0.96% | - |
| XYZ | 23.62 | 18.38 | 89.49 | - |
| YUV | 108.17 | 205.78 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 109 | 246 | 0.78 | 0.56 | 0 | 0.04 | 222.81 | 0.91 | 0.59 |
| Hex | 36 | 6D | F6 | 4E | 38 | 0 | 4 | DF | 5B | 3B |
| Octal | 66 | 155 | 366 | 116 | 70 | 0 | 4 | 337 | 133 | 73 |
| Binary | 110110 | 1101101 | 11110110 | 1001110 | 111000 | 0 | 100 | 11011111 | 1011011 | 111011 |
Color Harmonies of #366DF6
Complementary color
Monochromatic Colors of #366DF6
Black with #366DF6
Text Example
Text Example
White with #366DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366DF6; }
p { color: rgb(54,109,246); }
H1.HeaderClassName
{
color: #366DF6;
}
.AnyTagClassName
{
color: #366DF6;
}
</style>
background-color css
<style>
a { background-color: #366DF6; }
a { background-color: rgb(54,109,246); }
div.DivClassName
{
background-color: #366DF6;
}
.BgClassName
{
background-color: #366DF6;
}
</style>
border-color css
<style>
span { border-color: #366DF6; }
span { border-color: rgb(54,109,246); }
td.TdClassName
{
border-color: #366DF6;
}
.TagClassName
{
border-color: #366DF6;
}
</style>