Shades of Royal Blue #366AFF
Tints of Royal Blue #366AFF
RGB
CMYK
RGB Variations
Color information
#366AFF (or 0x366AFF) is known color: Royal Blue. HEX triplet: 36, 6A and FF. RGB value is (54,106,255). Sum of RGB (Red+Green+Blue) = 54+106+255=415 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.01% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #366AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366AFF is #C99500. Grayscale: #6A6A6A. Windows color (decimal): -13210881 or 16738870. OLE color: 16738870.
HSL color Cylindrical-coordinate representation of color #366AFF: hue angle of 224.48º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #366AFF is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 106 | 255 | - |
| CMYK | 0.79 | 0.58 | 0 | 0 |
| HSL | 224.48º | 1% | 0.61% | - |
| HSV(B) | 224.48º | 0.79% | 1% | - |
| XYZ | 24.73 | 18.31 | 96.84 | - |
| YUV | 107.44 | 211.27 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 255 | 0.79 | 0.58 | 0 | 0 | 224.48 | 1 | 0.61 |
| Hex | 36 | 6A | FF | 4F | 3A | 0 | 0 | E0 | 64 | 3D |
| Octal | 66 | 152 | 377 | 117 | 72 | 0 | 0 | 340 | 144 | 75 |
| Binary | 110110 | 1101010 | 11111111 | 1001111 | 111010 | 0 | 0 | 11100000 | 1100100 | 111101 |
Color Harmonies of #366AFF
Complementary color
Monochromatic Colors of #366AFF
Black with #366AFF
Text Example
Text Example
White with #366AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366AFF; }
p { color: rgb(54,106,255); }
H1.HeaderClassName
{
color: #366AFF;
}
.AnyTagClassName
{
color: #366AFF;
}
</style>
background-color css
<style>
a { background-color: #366AFF; }
a { background-color: rgb(54,106,255); }
div.DivClassName
{
background-color: #366AFF;
}
.BgClassName
{
background-color: #366AFF;
}
</style>
border-color css
<style>
span { border-color: #366AFF; }
span { border-color: rgb(54,106,255); }
td.TdClassName
{
border-color: #366AFF;
}
.TagClassName
{
border-color: #366AFF;
}
</style>