Shades of Royal Blue #366FF5
Tints of Royal Blue #366FF5
RGB
CMYK
RGB Variations
Color information
#366FF5 (or 0x366FF5) is known color: Royal Blue. HEX triplet: 36, 6F and F5. RGB value is (54,111,245). Sum of RGB (Red+Green+Blue) = 54+111+245=410 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.17% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 245 (96.09% from 255 or 59.76% from 410); Max value from RGB is 245 - color contains mainly: blue. Hex color #366FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366FF5 is #C9900A. Grayscale: #6C6C6C. Windows color (decimal): -13209611 or 16084790. OLE color: 16084790.
HSL color Cylindrical-coordinate representation of color #366FF5: hue angle of 222.09º 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 #366FF5 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 111 | 245 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.04 |
| HSL | 222.09º | 0.91% | 0.59% | - |
| HSV(B) | 222.09º | 0.78% | 0.96% | - |
| XYZ | 23.69 | 18.75 | 88.76 | - |
| YUV | 109.23 | 204.62 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 245 | 0.78 | 0.55 | 0 | 0.04 | 222.09 | 0.91 | 0.59 |
| Hex | 36 | 6F | F5 | 4E | 37 | 0 | 4 | DE | 5B | 3B |
| Octal | 66 | 157 | 365 | 116 | 67 | 0 | 4 | 336 | 133 | 73 |
| Binary | 110110 | 1101111 | 11110101 | 1001110 | 110111 | 0 | 100 | 11011110 | 1011011 | 111011 |
Color Harmonies of #366FF5
Complementary color
Monochromatic Colors of #366FF5
Black with #366FF5
Text Example
Text Example
White with #366FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366FF5; }
p { color: rgb(54,111,245); }
H1.HeaderClassName
{
color: #366FF5;
}
.AnyTagClassName
{
color: #366FF5;
}
</style>
background-color css
<style>
a { background-color: #366FF5; }
a { background-color: rgb(54,111,245); }
div.DivClassName
{
background-color: #366FF5;
}
.BgClassName
{
background-color: #366FF5;
}
</style>
border-color css
<style>
span { border-color: #366FF5; }
span { border-color: rgb(54,111,245); }
td.TdClassName
{
border-color: #366FF5;
}
.TagClassName
{
border-color: #366FF5;
}
</style>