Shades of Royal Blue #367BEF
Tints of Royal Blue #367BEF
RGB
CMYK
RGB Variations
Color information
#367BEF (or 0x367BEF) is known color: Royal Blue. HEX triplet: 36, 7B and EF. RGB value is (54,123,239). Sum of RGB (Red+Green+Blue) = 54+123+239=416 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.98% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #367BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367BEF is #C98410. Grayscale: #737373. Windows color (decimal): -13206545 or 15694646. OLE color: 15694646.
HSL color Cylindrical-coordinate representation of color #367BEF: hue angle of 217.62º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #367BEF is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 123 | 239 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.06 |
| HSL | 217.62º | 0.85% | 0.57% | - |
| HSV(B) | 217.62º | 0.77% | 0.94% | - |
| XYZ | 24.18 | 21.18 | 84.48 | - |
| YUV | 115.59 | 197.64 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 239 | 0.77 | 0.49 | 0 | 0.06 | 217.62 | 0.85 | 0.57 |
| Hex | 36 | 7B | EF | 4D | 31 | 0 | 6 | DA | 55 | 39 |
| Octal | 66 | 173 | 357 | 115 | 61 | 0 | 6 | 332 | 125 | 71 |
| Binary | 110110 | 1111011 | 11101111 | 1001101 | 110001 | 0 | 110 | 11011010 | 1010101 | 111001 |
Color Harmonies of #367BEF
Complementary color
Monochromatic Colors of #367BEF
Black with #367BEF
Text Example
Text Example
White with #367BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367BEF; }
p { color: rgb(54,123,239); }
H1.HeaderClassName
{
color: #367BEF;
}
.AnyTagClassName
{
color: #367BEF;
}
</style>
background-color css
<style>
a { background-color: #367BEF; }
a { background-color: rgb(54,123,239); }
div.DivClassName
{
background-color: #367BEF;
}
.BgClassName
{
background-color: #367BEF;
}
</style>
border-color css
<style>
span { border-color: #367BEF; }
span { border-color: rgb(54,123,239); }
td.TdClassName
{
border-color: #367BEF;
}
.TagClassName
{
border-color: #367BEF;
}
</style>