Shades of Royal Blue #366CF5
Tints of Royal Blue #366CF5
RGB
CMYK
RGB Variations
Color information
#366CF5 (or 0x366CF5) is known color: Royal Blue. HEX triplet: 36, 6C and F5. RGB value is (54,108,245). Sum of RGB (Red+Green+Blue) = 54+108+245=407 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.27% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 245 (96.09% from 255 or 60.20% from 407); Max value from RGB is 245 - color contains mainly: blue. Hex color #366CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366CF5 is #C9930A. Grayscale: #6A6A6A. Windows color (decimal): -13210379 or 16084022. OLE color: 16084022.
HSL color Cylindrical-coordinate representation of color #366CF5: hue angle of 223.04º 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 #366CF5 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 108 | 245 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.04 |
| HSL | 223.04º | 0.91% | 0.59% | - |
| HSV(B) | 223.04º | 0.78% | 0.96% | - |
| XYZ | 23.37 | 18.1 | 88.65 | - |
| YUV | 107.47 | 205.61 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 245 | 0.78 | 0.56 | 0 | 0.04 | 223.04 | 0.91 | 0.59 |
| Hex | 36 | 6C | F5 | 4E | 38 | 0 | 4 | DF | 5B | 3B |
| Octal | 66 | 154 | 365 | 116 | 70 | 0 | 4 | 337 | 133 | 73 |
| Binary | 110110 | 1101100 | 11110101 | 1001110 | 111000 | 0 | 100 | 11011111 | 1011011 | 111011 |
Color Harmonies of #366CF5
Complementary color
Monochromatic Colors of #366CF5
Black with #366CF5
Text Example
Text Example
White with #366CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366CF5; }
p { color: rgb(54,108,245); }
H1.HeaderClassName
{
color: #366CF5;
}
.AnyTagClassName
{
color: #366CF5;
}
</style>
background-color css
<style>
a { background-color: #366CF5; }
a { background-color: rgb(54,108,245); }
div.DivClassName
{
background-color: #366CF5;
}
.BgClassName
{
background-color: #366CF5;
}
</style>
border-color css
<style>
span { border-color: #366CF5; }
span { border-color: rgb(54,108,245); }
td.TdClassName
{
border-color: #366CF5;
}
.TagClassName
{
border-color: #366CF5;
}
</style>