Shades of Royal Blue #366BFB
Tints of Royal Blue #366BFB
RGB
CMYK
RGB Variations
Color information
#366BFB (or 0x366BFB) is known color: Royal Blue. HEX triplet: 36, 6B and FB. RGB value is (54,107,251). Sum of RGB (Red+Green+Blue) = 54+107+251=412 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.11% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #366BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366BFB is #C99404. Grayscale: #6A6A6A. Windows color (decimal): -13210629 or 16476982. OLE color: 16476982.
HSL color Cylindrical-coordinate representation of color #366BFB: hue angle of 223.86º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #366BFB is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 107 | 251 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.02 |
| HSL | 223.86º | 0.96% | 0.6% | - |
| HSV(B) | 223.86º | 0.78% | 0.98% | - |
| XYZ | 24.19 | 18.26 | 93.52 | - |
| YUV | 107.57 | 208.94 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 251 | 0.78 | 0.57 | 0 | 0.02 | 223.86 | 0.96 | 0.6 |
| Hex | 36 | 6B | FB | 4E | 39 | 0 | 2 | E0 | 60 | 3C |
| Octal | 66 | 153 | 373 | 116 | 71 | 0 | 2 | 340 | 140 | 74 |
| Binary | 110110 | 1101011 | 11111011 | 1001110 | 111001 | 0 | 10 | 11100000 | 1100000 | 111100 |
Color Harmonies of #366BFB
Complementary color
Monochromatic Colors of #366BFB
Black with #366BFB
Text Example
Text Example
White with #366BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BFB; }
p { color: rgb(54,107,251); }
H1.HeaderClassName
{
color: #366BFB;
}
.AnyTagClassName
{
color: #366BFB;
}
</style>
background-color css
<style>
a { background-color: #366BFB; }
a { background-color: rgb(54,107,251); }
div.DivClassName
{
background-color: #366BFB;
}
.BgClassName
{
background-color: #366BFB;
}
</style>
border-color css
<style>
span { border-color: #366BFB; }
span { border-color: rgb(54,107,251); }
td.TdClassName
{
border-color: #366BFB;
}
.TagClassName
{
border-color: #366BFB;
}
</style>