Shades of Royal Blue #366EEA
Tints of Royal Blue #366EEA
RGB
CMYK
RGB Variations
Color information
#366EEA (or 0x366EEA) is known color: Royal Blue. HEX triplet: 36, 6E and EA. RGB value is (54,110,234). Sum of RGB (Red+Green+Blue) = 54+110+234=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #366EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366EEA is #C99115. Grayscale: #6A6A6A. Windows color (decimal): -13209878 or 15363638. OLE color: 15363638.
HSL color Cylindrical-coordinate representation of color #366EEA: hue angle of 221.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #366EEA is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 110 | 234 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.08 |
| HSL | 221.33º | 0.81% | 0.56% | - |
| HSV(B) | 221.33º | 0.77% | 0.92% | - |
| XYZ | 21.95 | 17.88 | 80.14 | - |
| YUV | 107.39 | 199.45 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 110 | 234 | 0.77 | 0.53 | 0 | 0.08 | 221.33 | 0.81 | 0.56 |
| Hex | 36 | 6E | EA | 4D | 35 | 0 | 8 | DD | 51 | 38 |
| Octal | 66 | 156 | 352 | 115 | 65 | 0 | 10 | 335 | 121 | 70 |
| Binary | 110110 | 1101110 | 11101010 | 1001101 | 110101 | 0 | 1000 | 11011101 | 1010001 | 111000 |
Color Harmonies of #366EEA
Complementary color
Monochromatic Colors of #366EEA
Black with #366EEA
Text Example
Text Example
White with #366EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366EEA; }
p { color: rgb(54,110,234); }
H1.HeaderClassName
{
color: #366EEA;
}
.AnyTagClassName
{
color: #366EEA;
}
</style>
background-color css
<style>
a { background-color: #366EEA; }
a { background-color: rgb(54,110,234); }
div.DivClassName
{
background-color: #366EEA;
}
.BgClassName
{
background-color: #366EEA;
}
</style>
border-color css
<style>
span { border-color: #366EEA; }
span { border-color: rgb(54,110,234); }
td.TdClassName
{
border-color: #366EEA;
}
.TagClassName
{
border-color: #366EEA;
}
</style>