Shades of Royal Blue #366BF4
Tints of Royal Blue #366BF4
RGB
CMYK
RGB Variations
Color information
#366BF4 (or 0x366BF4) is known color: Royal Blue. HEX triplet: 36, 6B and F4. RGB value is (54,107,244). Sum of RGB (Red+Green+Blue) = 54+107+244=405 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.33% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 244 (95.70% from 255 or 60.25% from 405); Max value from RGB is 244 - color contains mainly: blue. Hex color #366BF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366BF4 is #C9940B. Grayscale: #6A6A6A. Windows color (decimal): -13210636 or 16018230. OLE color: 16018230.
HSL color Cylindrical-coordinate representation of color #366BF4: hue angle of 223.26º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #366BF4 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 107 | 244 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.04 |
| HSL | 223.26º | 0.9% | 0.58% | - |
| HSV(B) | 223.26º | 0.78% | 0.96% | - |
| XYZ | 23.11 | 17.83 | 87.81 | - |
| YUV | 106.77 | 205.44 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 244 | 0.78 | 0.56 | 0 | 0.04 | 223.26 | 0.9 | 0.58 |
| Hex | 36 | 6B | F4 | 4E | 38 | 0 | 4 | DF | 5A | 3A |
| Octal | 66 | 153 | 364 | 116 | 70 | 0 | 4 | 337 | 132 | 72 |
| Binary | 110110 | 1101011 | 11110100 | 1001110 | 111000 | 0 | 100 | 11011111 | 1011010 | 111010 |
Color Harmonies of #366BF4
Complementary color
Monochromatic Colors of #366BF4
Black with #366BF4
Text Example
Text Example
White with #366BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BF4; }
p { color: rgb(54,107,244); }
H1.HeaderClassName
{
color: #366BF4;
}
.AnyTagClassName
{
color: #366BF4;
}
</style>
background-color css
<style>
a { background-color: #366BF4; }
a { background-color: rgb(54,107,244); }
div.DivClassName
{
background-color: #366BF4;
}
.BgClassName
{
background-color: #366BF4;
}
</style>
border-color css
<style>
span { border-color: #366BF4; }
span { border-color: rgb(54,107,244); }
td.TdClassName
{
border-color: #366BF4;
}
.TagClassName
{
border-color: #366BF4;
}
</style>