Shades of Royal Blue #367DF4
Tints of Royal Blue #367DF4
RGB
CMYK
RGB Variations
Color information
#367DF4 (or 0x367DF4) is known color: Royal Blue. HEX triplet: 36, 7D and F4. RGB value is (54,125,244). Sum of RGB (Red+Green+Blue) = 54+125+244=423 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.77% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 244 (95.70% from 255 or 57.68% from 423); Max value from RGB is 244 - color contains mainly: blue. Hex color #367DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367DF4 is #C9820B. Grayscale: #747474. Windows color (decimal): -13206028 or 16022838. OLE color: 16022838.
HSL color Cylindrical-coordinate representation of color #367DF4: hue angle of 217.58º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #367DF4 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 125 | 244 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.04 |
| HSL | 217.58º | 0.9% | 0.58% | - |
| HSV(B) | 217.58º | 0.78% | 0.96% | - |
| XYZ | 25.18 | 21.98 | 88.5 | - |
| YUV | 117.34 | 199.48 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 125 | 244 | 0.78 | 0.49 | 0 | 0.04 | 217.58 | 0.9 | 0.58 |
| Hex | 36 | 7D | F4 | 4E | 31 | 0 | 4 | DA | 5A | 3A |
| Octal | 66 | 175 | 364 | 116 | 61 | 0 | 4 | 332 | 132 | 72 |
| Binary | 110110 | 1111101 | 11110100 | 1001110 | 110001 | 0 | 100 | 11011010 | 1011010 | 111010 |
Color Harmonies of #367DF4
Complementary color
Monochromatic Colors of #367DF4
Black with #367DF4
Text Example
Text Example
White with #367DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367DF4; }
p { color: rgb(54,125,244); }
H1.HeaderClassName
{
color: #367DF4;
}
.AnyTagClassName
{
color: #367DF4;
}
</style>
background-color css
<style>
a { background-color: #367DF4; }
a { background-color: rgb(54,125,244); }
div.DivClassName
{
background-color: #367DF4;
}
.BgClassName
{
background-color: #367DF4;
}
</style>
border-color css
<style>
span { border-color: #367DF4; }
span { border-color: rgb(54,125,244); }
td.TdClassName
{
border-color: #367DF4;
}
.TagClassName
{
border-color: #367DF4;
}
</style>