Shades of Royal Blue #367BDF
Tints of Royal Blue #367BDF
RGB
CMYK
RGB Variations
Color information
#367BDF (or 0x367BDF) is known color: Royal Blue. HEX triplet: 36, 7B and DF. RGB value is (54,123,223). Sum of RGB (Red+Green+Blue) = 54+123+223=400 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #367BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367BDF is #C98420. Grayscale: #717171. Windows color (decimal): -13206561 or 14646070. OLE color: 14646070.
HSL color Cylindrical-coordinate representation of color #367BDF: hue angle of 215.5º 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 #367BDF is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 123 | 223 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.13 |
| HSL | 215.5º | 0.73% | 0.54% | - |
| HSV(B) | 215.5º | 0.76% | 0.87% | - |
| XYZ | 21.92 | 20.28 | 72.57 | - |
| YUV | 113.77 | 189.64 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 223 | 0.76 | 0.45 | 0 | 0.13 | 215.5 | 0.73 | 0.54 |
| Hex | 36 | 7B | DF | 4C | 2D | 0 | D | D8 | 49 | 36 |
| Octal | 66 | 173 | 337 | 114 | 55 | 0 | 15 | 330 | 111 | 66 |
| Binary | 110110 | 1111011 | 11011111 | 1001100 | 101101 | 0 | 1101 | 11011000 | 1001001 | 110110 |
Color Harmonies of #367BDF
Complementary color
Monochromatic Colors of #367BDF
Black with #367BDF
Text Example
Text Example
White with #367BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367BDF; }
p { color: rgb(54,123,223); }
H1.HeaderClassName
{
color: #367BDF;
}
.AnyTagClassName
{
color: #367BDF;
}
</style>
background-color css
<style>
a { background-color: #367BDF; }
a { background-color: rgb(54,123,223); }
div.DivClassName
{
background-color: #367BDF;
}
.BgClassName
{
background-color: #367BDF;
}
</style>
border-color css
<style>
span { border-color: #367BDF; }
span { border-color: rgb(54,123,223); }
td.TdClassName
{
border-color: #367BDF;
}
.TagClassName
{
border-color: #367BDF;
}
</style>