Shades of Royal Blue #367ADE
Tints of Royal Blue #367ADE
RGB
CMYK
RGB Variations
Color information
#367ADE (or 0x367ADE) is known color: Royal Blue. HEX triplet: 36, 7A and DE. RGB value is (54,122,222). Sum of RGB (Red+Green+Blue) = 54+122+222=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #367ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367ADE is #C98521. Grayscale: #707070. Windows color (decimal): -13206818 or 14580278. OLE color: 14580278.
HSL color Cylindrical-coordinate representation of color #367ADE: hue angle of 215.71º degrees, saturation: 0.72, 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 #367ADE is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 122 | 222 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.13 |
| HSL | 215.71º | 0.72% | 0.54% | - |
| HSV(B) | 215.71º | 0.76% | 0.87% | - |
| XYZ | 21.67 | 19.98 | 71.82 | - |
| YUV | 113.07 | 189.47 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 222 | 0.76 | 0.45 | 0 | 0.13 | 215.71 | 0.72 | 0.54 |
| Hex | 36 | 7A | DE | 4C | 2D | 0 | D | D8 | 48 | 36 |
| Octal | 66 | 172 | 336 | 114 | 55 | 0 | 15 | 330 | 110 | 66 |
| Binary | 110110 | 1111010 | 11011110 | 1001100 | 101101 | 0 | 1101 | 11011000 | 1001000 | 110110 |
Color Harmonies of #367ADE
Complementary color
Monochromatic Colors of #367ADE
Black with #367ADE
Text Example
Text Example
White with #367ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367ADE; }
p { color: rgb(54,122,222); }
H1.HeaderClassName
{
color: #367ADE;
}
.AnyTagClassName
{
color: #367ADE;
}
</style>
background-color css
<style>
a { background-color: #367ADE; }
a { background-color: rgb(54,122,222); }
div.DivClassName
{
background-color: #367ADE;
}
.BgClassName
{
background-color: #367ADE;
}
</style>
border-color css
<style>
span { border-color: #367ADE; }
span { border-color: rgb(54,122,222); }
td.TdClassName
{
border-color: #367ADE;
}
.TagClassName
{
border-color: #367ADE;
}
</style>