Shades of Royal Blue #366BEE
Tints of Royal Blue #366BEE
RGB
CMYK
RGB Variations
Color information
#366BEE (or 0x366BEE) is known color: Royal Blue. HEX triplet: 36, 6B and EE. RGB value is (54,107,238). Sum of RGB (Red+Green+Blue) = 54+107+238=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #366BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366BEE is #C99411. Grayscale: #696969. Windows color (decimal): -13210642 or 15625014. OLE color: 15625014.
HSL color Cylindrical-coordinate representation of color #366BEE: hue angle of 222.72º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #366BEE is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 107 | 238 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.07 |
| HSL | 222.72º | 0.84% | 0.57% | - |
| HSV(B) | 222.72º | 0.77% | 0.93% | - |
| XYZ | 22.21 | 17.47 | 83.09 | - |
| YUV | 106.09 | 202.44 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 238 | 0.77 | 0.55 | 0 | 0.07 | 222.72 | 0.84 | 0.57 |
| Hex | 36 | 6B | EE | 4D | 37 | 0 | 7 | DF | 54 | 39 |
| Octal | 66 | 153 | 356 | 115 | 67 | 0 | 7 | 337 | 124 | 71 |
| Binary | 110110 | 1101011 | 11101110 | 1001101 | 110111 | 0 | 111 | 11011111 | 1010100 | 111001 |
Color Harmonies of #366BEE
Complementary color
Monochromatic Colors of #366BEE
Black with #366BEE
Text Example
Text Example
White with #366BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BEE; }
p { color: rgb(54,107,238); }
H1.HeaderClassName
{
color: #366BEE;
}
.AnyTagClassName
{
color: #366BEE;
}
</style>
background-color css
<style>
a { background-color: #366BEE; }
a { background-color: rgb(54,107,238); }
div.DivClassName
{
background-color: #366BEE;
}
.BgClassName
{
background-color: #366BEE;
}
</style>
border-color css
<style>
span { border-color: #366BEE; }
span { border-color: rgb(54,107,238); }
td.TdClassName
{
border-color: #366BEE;
}
.TagClassName
{
border-color: #366BEE;
}
</style>