Shades of Royal Blue #366BF8
Tints of Royal Blue #366BF8
RGB
CMYK
RGB Variations
Color information
#366BF8 (or 0x366BF8) is known color: Royal Blue. HEX triplet: 36, 6B and F8. RGB value is (54,107,248). Sum of RGB (Red+Green+Blue) = 54+107+248=409 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.20% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 248 (97.27% from 255 or 60.64% from 409); Max value from RGB is 248 - color contains mainly: blue. Hex color #366BF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366BF8 is #C99407. Grayscale: #6A6A6A. Windows color (decimal): -13210632 or 16280374. OLE color: 16280374.
HSL color Cylindrical-coordinate representation of color #366BF8: hue angle of 223.61º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #366BF8 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 107 | 248 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.03 |
| HSL | 223.61º | 0.93% | 0.59% | - |
| HSV(B) | 223.61º | 0.78% | 0.97% | - |
| XYZ | 23.72 | 18.08 | 91.05 | - |
| YUV | 107.23 | 207.44 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 248 | 0.78 | 0.57 | 0 | 0.03 | 223.61 | 0.93 | 0.59 |
| Hex | 36 | 6B | F8 | 4E | 39 | 0 | 3 | E0 | 5D | 3B |
| Octal | 66 | 153 | 370 | 116 | 71 | 0 | 3 | 340 | 135 | 73 |
| Binary | 110110 | 1101011 | 11111000 | 1001110 | 111001 | 0 | 11 | 11100000 | 1011101 | 111011 |
Color Harmonies of #366BF8
Complementary color
Monochromatic Colors of #366BF8
Black with #366BF8
Text Example
Text Example
White with #366BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BF8; }
p { color: rgb(54,107,248); }
H1.HeaderClassName
{
color: #366BF8;
}
.AnyTagClassName
{
color: #366BF8;
}
</style>
background-color css
<style>
a { background-color: #366BF8; }
a { background-color: rgb(54,107,248); }
div.DivClassName
{
background-color: #366BF8;
}
.BgClassName
{
background-color: #366BF8;
}
</style>
border-color css
<style>
span { border-color: #366BF8; }
span { border-color: rgb(54,107,248); }
td.TdClassName
{
border-color: #366BF8;
}
.TagClassName
{
border-color: #366BF8;
}
</style>