Shades of Royal Blue #366AFA
Tints of Royal Blue #366AFA
RGB
CMYK
RGB Variations
Color information
#366AFA (or 0x366AFA) is known color: Royal Blue. HEX triplet: 36, 6A and FA. RGB value is (54,106,250). Sum of RGB (Red+Green+Blue) = 54+106+250=410 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.17% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #366AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366AFA is #C99505. Grayscale: #6A6A6A. Windows color (decimal): -13210886 or 16411190. OLE color: 16411190.
HSL color Cylindrical-coordinate representation of color #366AFA: hue angle of 224.08º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #366AFA is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 106 | 250 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.02 |
| HSL | 224.08º | 0.95% | 0.6% | - |
| HSV(B) | 224.08º | 0.78% | 0.98% | - |
| XYZ | 23.93 | 17.99 | 92.65 | - |
| YUV | 106.87 | 208.77 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 250 | 0.78 | 0.58 | 0 | 0.02 | 224.08 | 0.95 | 0.6 |
| Hex | 36 | 6A | FA | 4E | 3A | 0 | 2 | E0 | 5F | 3C |
| Octal | 66 | 152 | 372 | 116 | 72 | 0 | 2 | 340 | 137 | 74 |
| Binary | 110110 | 1101010 | 11111010 | 1001110 | 111010 | 0 | 10 | 11100000 | 1011111 | 111100 |
Color Harmonies of #366AFA
Complementary color
Monochromatic Colors of #366AFA
Black with #366AFA
Text Example
Text Example
White with #366AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366AFA; }
p { color: rgb(54,106,250); }
H1.HeaderClassName
{
color: #366AFA;
}
.AnyTagClassName
{
color: #366AFA;
}
</style>
background-color css
<style>
a { background-color: #366AFA; }
a { background-color: rgb(54,106,250); }
div.DivClassName
{
background-color: #366AFA;
}
.BgClassName
{
background-color: #366AFA;
}
</style>
border-color css
<style>
span { border-color: #366AFA; }
span { border-color: rgb(54,106,250); }
td.TdClassName
{
border-color: #366AFA;
}
.TagClassName
{
border-color: #366AFA;
}
</style>