Shades of Royal Blue #366FEA
Tints of Royal Blue #366FEA
RGB
CMYK
RGB Variations
Color information
#366FEA (or 0x366FEA) is known color: Royal Blue. HEX triplet: 36, 6F and EA. RGB value is (54,111,234). Sum of RGB (Red+Green+Blue) = 54+111+234=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #366FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366FEA is #C99015. Grayscale: #6B6B6B. Windows color (decimal): -13209622 or 15363894. OLE color: 15363894.
HSL color Cylindrical-coordinate representation of color #366FEA: hue angle of 221º 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 #366FEA is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 111 | 234 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.08 |
| HSL | 221º | 0.81% | 0.56% | - |
| HSV(B) | 221º | 0.77% | 0.92% | - |
| XYZ | 22.06 | 18.09 | 80.17 | - |
| YUV | 107.98 | 199.12 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 234 | 0.77 | 0.53 | 0 | 0.08 | 221 | 0.81 | 0.56 |
| Hex | 36 | 6F | EA | 4D | 35 | 0 | 8 | DD | 51 | 38 |
| Octal | 66 | 157 | 352 | 115 | 65 | 0 | 10 | 335 | 121 | 70 |
| Binary | 110110 | 1101111 | 11101010 | 1001101 | 110101 | 0 | 1000 | 11011101 | 1010001 | 111000 |
Color Harmonies of #366FEA
Complementary color
Monochromatic Colors of #366FEA
Black with #366FEA
Text Example
Text Example
White with #366FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366FEA; }
p { color: rgb(54,111,234); }
H1.HeaderClassName
{
color: #366FEA;
}
.AnyTagClassName
{
color: #366FEA;
}
</style>
background-color css
<style>
a { background-color: #366FEA; }
a { background-color: rgb(54,111,234); }
div.DivClassName
{
background-color: #366FEA;
}
.BgClassName
{
background-color: #366FEA;
}
</style>
border-color css
<style>
span { border-color: #366FEA; }
span { border-color: rgb(54,111,234); }
td.TdClassName
{
border-color: #366FEA;
}
.TagClassName
{
border-color: #366FEA;
}
</style>