Shades of Royal Blue #367BE1
Tints of Royal Blue #367BE1
RGB
CMYK
RGB Variations
Color information
#367BE1 (or 0x367BE1) is known color: Royal Blue. HEX triplet: 36, 7B and E1. RGB value is (54,123,225). Sum of RGB (Red+Green+Blue) = 54+123+225=402 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.43% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #367BE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367BE1 is #C9841E. Grayscale: #717171. Windows color (decimal): -13206559 or 14777142. OLE color: 14777142.
HSL color Cylindrical-coordinate representation of color #367BE1: hue angle of 215.79º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #367BE1 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 123 | 225 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.12 |
| HSL | 215.79º | 0.74% | 0.55% | - |
| HSV(B) | 215.79º | 0.76% | 0.88% | - |
| XYZ | 22.19 | 20.39 | 74 | - |
| YUV | 114 | 190.64 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 225 | 0.76 | 0.45 | 0 | 0.12 | 215.79 | 0.74 | 0.55 |
| Hex | 36 | 7B | E1 | 4C | 2D | 0 | C | D8 | 4A | 37 |
| Octal | 66 | 173 | 341 | 114 | 55 | 0 | 14 | 330 | 112 | 67 |
| Binary | 110110 | 1111011 | 11100001 | 1001100 | 101101 | 0 | 1100 | 11011000 | 1001010 | 110111 |
Color Harmonies of #367BE1
Complementary color
Monochromatic Colors of #367BE1
Black with #367BE1
Text Example
Text Example
White with #367BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367BE1; }
p { color: rgb(54,123,225); }
H1.HeaderClassName
{
color: #367BE1;
}
.AnyTagClassName
{
color: #367BE1;
}
</style>
background-color css
<style>
a { background-color: #367BE1; }
a { background-color: rgb(54,123,225); }
div.DivClassName
{
background-color: #367BE1;
}
.BgClassName
{
background-color: #367BE1;
}
</style>
border-color css
<style>
span { border-color: #367BE1; }
span { border-color: rgb(54,123,225); }
td.TdClassName
{
border-color: #367BE1;
}
.TagClassName
{
border-color: #367BE1;
}
</style>