Shades of Royal Blue #367DF0
Tints of Royal Blue #367DF0
RGB
CMYK
RGB Variations
Color information
#367DF0 (or 0x367DF0) is known color: Royal Blue. HEX triplet: 36, 7D and F0. RGB value is (54,125,240). Sum of RGB (Red+Green+Blue) = 54+125+240=419 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.89% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #367DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367DF0 is #C9820F. Grayscale: #747474. Windows color (decimal): -13206032 or 15760694. OLE color: 15760694.
HSL color Cylindrical-coordinate representation of color #367DF0: hue angle of 217.1º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #367DF0 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 125 | 240 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.06 |
| HSL | 217.1º | 0.86% | 0.58% | - |
| HSV(B) | 217.1º | 0.78% | 0.94% | - |
| XYZ | 24.58 | 21.74 | 85.34 | - |
| YUV | 116.88 | 197.48 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 125 | 240 | 0.78 | 0.48 | 0 | 0.06 | 217.1 | 0.86 | 0.58 |
| Hex | 36 | 7D | F0 | 4E | 30 | 0 | 6 | D9 | 56 | 3A |
| Octal | 66 | 175 | 360 | 116 | 60 | 0 | 6 | 331 | 126 | 72 |
| Binary | 110110 | 1111101 | 11110000 | 1001110 | 110000 | 0 | 110 | 11011001 | 1010110 | 111010 |
Color Harmonies of #367DF0
Complementary color
Monochromatic Colors of #367DF0
Black with #367DF0
Text Example
Text Example
White with #367DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367DF0; }
p { color: rgb(54,125,240); }
H1.HeaderClassName
{
color: #367DF0;
}
.AnyTagClassName
{
color: #367DF0;
}
</style>
background-color css
<style>
a { background-color: #367DF0; }
a { background-color: rgb(54,125,240); }
div.DivClassName
{
background-color: #367DF0;
}
.BgClassName
{
background-color: #367DF0;
}
</style>
border-color css
<style>
span { border-color: #367DF0; }
span { border-color: rgb(54,125,240); }
td.TdClassName
{
border-color: #367DF0;
}
.TagClassName
{
border-color: #367DF0;
}
</style>