Shades of Royal Blue #366BEB
Tints of Royal Blue #366BEB
RGB
CMYK
RGB Variations
Color information
#366BEB (or 0x366BEB) is known color: Royal Blue. HEX triplet: 36, 6B and EB. RGB value is (54,107,235). Sum of RGB (Red+Green+Blue) = 54+107+235=396 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.64% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #366BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366BEB is #C99414. Grayscale: #696969. Windows color (decimal): -13210645 or 15428406. OLE color: 15428406.
HSL color Cylindrical-coordinate representation of color #366BEB: hue angle of 222.43º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #366BEB is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 107 | 235 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.08 |
| HSL | 222.43º | 0.82% | 0.57% | - |
| HSV(B) | 222.43º | 0.77% | 0.92% | - |
| XYZ | 21.77 | 17.3 | 80.79 | - |
| YUV | 105.75 | 200.94 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 235 | 0.77 | 0.54 | 0 | 0.08 | 222.43 | 0.82 | 0.57 |
| Hex | 36 | 6B | EB | 4D | 36 | 0 | 8 | DE | 52 | 39 |
| Octal | 66 | 153 | 353 | 115 | 66 | 0 | 10 | 336 | 122 | 71 |
| Binary | 110110 | 1101011 | 11101011 | 1001101 | 110110 | 0 | 1000 | 11011110 | 1010010 | 111001 |
Color Harmonies of #366BEB
Complementary color
Monochromatic Colors of #366BEB
Black with #366BEB
Text Example
Text Example
White with #366BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BEB; }
p { color: rgb(54,107,235); }
H1.HeaderClassName
{
color: #366BEB;
}
.AnyTagClassName
{
color: #366BEB;
}
</style>
background-color css
<style>
a { background-color: #366BEB; }
a { background-color: rgb(54,107,235); }
div.DivClassName
{
background-color: #366BEB;
}
.BgClassName
{
background-color: #366BEB;
}
</style>
border-color css
<style>
span { border-color: #366BEB; }
span { border-color: rgb(54,107,235); }
td.TdClassName
{
border-color: #366BEB;
}
.TagClassName
{
border-color: #366BEB;
}
</style>