Shades of Royal Blue #367CDF
Tints of Royal Blue #367CDF
RGB
CMYK
RGB Variations
Color information
#367CDF (or 0x367CDF) is known color: Royal Blue. HEX triplet: 36, 7C and DF. RGB value is (54,124,223). Sum of RGB (Red+Green+Blue) = 54+124+223=401 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.47% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #367CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367CDF is #C98320. Grayscale: #717171. Windows color (decimal): -13206305 or 14646326. OLE color: 14646326.
HSL color Cylindrical-coordinate representation of color #367CDF: hue angle of 215.15º 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 #367CDF is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 124 | 223 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.13 |
| HSL | 215.15º | 0.73% | 0.54% | - |
| HSV(B) | 215.15º | 0.76% | 0.87% | - |
| XYZ | 22.05 | 20.53 | 72.61 | - |
| YUV | 114.36 | 189.31 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 223 | 0.76 | 0.44 | 0 | 0.13 | 215.15 | 0.73 | 0.54 |
| Hex | 36 | 7C | DF | 4C | 2C | 0 | D | D7 | 49 | 36 |
| Octal | 66 | 174 | 337 | 114 | 54 | 0 | 15 | 327 | 111 | 66 |
| Binary | 110110 | 1111100 | 11011111 | 1001100 | 101100 | 0 | 1101 | 11010111 | 1001001 | 110110 |
Color Harmonies of #367CDF
Complementary color
Monochromatic Colors of #367CDF
Black with #367CDF
Text Example
Text Example
White with #367CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367CDF; }
p { color: rgb(54,124,223); }
H1.HeaderClassName
{
color: #367CDF;
}
.AnyTagClassName
{
color: #367CDF;
}
</style>
background-color css
<style>
a { background-color: #367CDF; }
a { background-color: rgb(54,124,223); }
div.DivClassName
{
background-color: #367CDF;
}
.BgClassName
{
background-color: #367CDF;
}
</style>
border-color css
<style>
span { border-color: #367CDF; }
span { border-color: rgb(54,124,223); }
td.TdClassName
{
border-color: #367CDF;
}
.TagClassName
{
border-color: #367CDF;
}
</style>