Shades of Royal Blue #367BF0
Tints of Royal Blue #367BF0
RGB
CMYK
RGB Variations
Color information
#367BF0 (or 0x367BF0) is known color: Royal Blue. HEX triplet: 36, 7B and F0. RGB value is (54,123,240). Sum of RGB (Red+Green+Blue) = 54+123+240=417 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.95% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 240 (94.14% from 255 or 57.55% from 417); Max value from RGB is 240 - color contains mainly: blue. Hex color #367BF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367BF0 is #C9840F. Grayscale: #737373. Windows color (decimal): -13206544 or 15760182. OLE color: 15760182.
HSL color Cylindrical-coordinate representation of color #367BF0: hue angle of 217.74º 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 #367BF0 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 123 | 240 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.06 |
| HSL | 217.74º | 0.86% | 0.58% | - |
| HSV(B) | 217.74º | 0.78% | 0.94% | - |
| XYZ | 24.33 | 21.24 | 85.26 | - |
| YUV | 115.71 | 198.14 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 240 | 0.78 | 0.49 | 0 | 0.06 | 217.74 | 0.86 | 0.58 |
| Hex | 36 | 7B | F0 | 4E | 31 | 0 | 6 | DA | 56 | 3A |
| Octal | 66 | 173 | 360 | 116 | 61 | 0 | 6 | 332 | 126 | 72 |
| Binary | 110110 | 1111011 | 11110000 | 1001110 | 110001 | 0 | 110 | 11011010 | 1010110 | 111010 |
Color Harmonies of #367BF0
Complementary color
Monochromatic Colors of #367BF0
Black with #367BF0
Text Example
Text Example
White with #367BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367BF0; }
p { color: rgb(54,123,240); }
H1.HeaderClassName
{
color: #367BF0;
}
.AnyTagClassName
{
color: #367BF0;
}
</style>
background-color css
<style>
a { background-color: #367BF0; }
a { background-color: rgb(54,123,240); }
div.DivClassName
{
background-color: #367BF0;
}
.BgClassName
{
background-color: #367BF0;
}
</style>
border-color css
<style>
span { border-color: #367BF0; }
span { border-color: rgb(54,123,240); }
td.TdClassName
{
border-color: #367BF0;
}
.TagClassName
{
border-color: #367BF0;
}
</style>