Shades of Royal Blue #366DF2
Tints of Royal Blue #366DF2
RGB
CMYK
RGB Variations
Color information
#366DF2 (or 0x366DF2) is known color: Royal Blue. HEX triplet: 36, 6D and F2. RGB value is (54,109,242). Sum of RGB (Red+Green+Blue) = 54+109+242=405 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.33% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 242 (94.92% from 255 or 59.75% from 405); Max value from RGB is 242 - color contains mainly: blue. Hex color #366DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366DF2 is #C9920D. Grayscale: #6B6B6B. Windows color (decimal): -13210126 or 15887670. OLE color: 15887670.
HSL color Cylindrical-coordinate representation of color #366DF2: hue angle of 222.45º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #366DF2 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 109 | 242 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.05 |
| HSL | 222.45º | 0.88% | 0.58% | - |
| HSV(B) | 222.45º | 0.78% | 0.95% | - |
| XYZ | 23.02 | 18.13 | 86.29 | - |
| YUV | 107.72 | 203.78 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 109 | 242 | 0.78 | 0.55 | 0 | 0.05 | 222.45 | 0.88 | 0.58 |
| Hex | 36 | 6D | F2 | 4E | 37 | 0 | 5 | DE | 58 | 3A |
| Octal | 66 | 155 | 362 | 116 | 67 | 0 | 5 | 336 | 130 | 72 |
| Binary | 110110 | 1101101 | 11110010 | 1001110 | 110111 | 0 | 101 | 11011110 | 1011000 | 111010 |
Color Harmonies of #366DF2
Complementary color
Monochromatic Colors of #366DF2
Black with #366DF2
Text Example
Text Example
White with #366DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366DF2; }
p { color: rgb(54,109,242); }
H1.HeaderClassName
{
color: #366DF2;
}
.AnyTagClassName
{
color: #366DF2;
}
</style>
background-color css
<style>
a { background-color: #366DF2; }
a { background-color: rgb(54,109,242); }
div.DivClassName
{
background-color: #366DF2;
}
.BgClassName
{
background-color: #366DF2;
}
</style>
border-color css
<style>
span { border-color: #366DF2; }
span { border-color: rgb(54,109,242); }
td.TdClassName
{
border-color: #366DF2;
}
.TagClassName
{
border-color: #366DF2;
}
</style>