Shades of Royal Blue #367EDD
Tints of Royal Blue #367EDD
RGB
CMYK
RGB Variations
Color information
#367EDD (or 0x367EDD) is known color: Royal Blue. HEX triplet: 36, 7E and DD. RGB value is (54,126,221). Sum of RGB (Red+Green+Blue) = 54+126+221=401 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.47% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #367EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367EDD is #C98122. Grayscale: #727272. Windows color (decimal): -13205795 or 14515766. OLE color: 14515766.
HSL color Cylindrical-coordinate representation of color #367EDD: hue angle of 214.13º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #367EDD is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 126 | 221 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.13 |
| HSL | 214.13º | 0.71% | 0.54% | - |
| HSV(B) | 214.13º | 0.76% | 0.87% | - |
| XYZ | 22.03 | 20.93 | 71.28 | - |
| YUV | 115.3 | 187.65 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 221 | 0.76 | 0.43 | 0 | 0.13 | 214.13 | 0.71 | 0.54 |
| Hex | 36 | 7E | DD | 4C | 2B | 0 | D | D6 | 47 | 36 |
| Octal | 66 | 176 | 335 | 114 | 53 | 0 | 15 | 326 | 107 | 66 |
| Binary | 110110 | 1111110 | 11011101 | 1001100 | 101011 | 0 | 1101 | 11010110 | 1000111 | 110110 |
Color Harmonies of #367EDD
Complementary color
Monochromatic Colors of #367EDD
Black with #367EDD
Text Example
Text Example
White with #367EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367EDD; }
p { color: rgb(54,126,221); }
H1.HeaderClassName
{
color: #367EDD;
}
.AnyTagClassName
{
color: #367EDD;
}
</style>
background-color css
<style>
a { background-color: #367EDD; }
a { background-color: rgb(54,126,221); }
div.DivClassName
{
background-color: #367EDD;
}
.BgClassName
{
background-color: #367EDD;
}
</style>
border-color css
<style>
span { border-color: #367EDD; }
span { border-color: rgb(54,126,221); }
td.TdClassName
{
border-color: #367EDD;
}
.TagClassName
{
border-color: #367EDD;
}
</style>