Shades of Royal Blue #367ADF
Tints of Royal Blue #367ADF
RGB
CMYK
RGB Variations
Color information
#367ADF (or 0x367ADF) is known color: Royal Blue. HEX triplet: 36, 7A and DF. RGB value is (54,122,223). Sum of RGB (Red+Green+Blue) = 54+122+223=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #367ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367ADF is #C98520. Grayscale: #707070. Windows color (decimal): -13206817 or 14645814. OLE color: 14645814.
HSL color Cylindrical-coordinate representation of color #367ADF: hue angle of 215.86º degrees, saturation: 0.73, 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 #367ADF is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 122 | 223 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.13 |
| HSL | 215.86º | 0.73% | 0.54% | - |
| HSV(B) | 215.86º | 0.76% | 0.87% | - |
| XYZ | 21.8 | 20.03 | 72.53 | - |
| YUV | 113.18 | 189.97 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 223 | 0.76 | 0.45 | 0 | 0.13 | 215.86 | 0.73 | 0.54 |
| Hex | 36 | 7A | DF | 4C | 2D | 0 | D | D8 | 49 | 36 |
| Octal | 66 | 172 | 337 | 114 | 55 | 0 | 15 | 330 | 111 | 66 |
| Binary | 110110 | 1111010 | 11011111 | 1001100 | 101101 | 0 | 1101 | 11011000 | 1001001 | 110110 |
Color Harmonies of #367ADF
Complementary color
Monochromatic Colors of #367ADF
Black with #367ADF
Text Example
Text Example
White with #367ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367ADF; }
p { color: rgb(54,122,223); }
H1.HeaderClassName
{
color: #367ADF;
}
.AnyTagClassName
{
color: #367ADF;
}
</style>
background-color css
<style>
a { background-color: #367ADF; }
a { background-color: rgb(54,122,223); }
div.DivClassName
{
background-color: #367ADF;
}
.BgClassName
{
background-color: #367ADF;
}
</style>
border-color css
<style>
span { border-color: #367ADF; }
span { border-color: rgb(54,122,223); }
td.TdClassName
{
border-color: #367ADF;
}
.TagClassName
{
border-color: #367ADF;
}
</style>