Shades of Royal Blue #366BF2
Tints of Royal Blue #366BF2
RGB
CMYK
RGB Variations
Color information
#366BF2 (or 0x366BF2) is known color: Royal Blue. HEX triplet: 36, 6B and F2. RGB value is (54,107,242). Sum of RGB (Red+Green+Blue) = 54+107+242=403 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.40% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 242 (94.92% from 255 or 60.05% from 403); Max value from RGB is 242 - color contains mainly: blue. Hex color #366BF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366BF2 is #C9940D. Grayscale: #696969. Windows color (decimal): -13210638 or 15887158. OLE color: 15887158.
HSL color Cylindrical-coordinate representation of color #366BF2: hue angle of 223.09º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #366BF2 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 107 | 242 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.05 |
| HSL | 223.09º | 0.88% | 0.58% | - |
| HSV(B) | 223.09º | 0.78% | 0.95% | - |
| XYZ | 22.81 | 17.71 | 86.22 | - |
| YUV | 106.54 | 204.44 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 242 | 0.78 | 0.56 | 0 | 0.05 | 223.09 | 0.88 | 0.58 |
| Hex | 36 | 6B | F2 | 4E | 38 | 0 | 5 | DF | 58 | 3A |
| Octal | 66 | 153 | 362 | 116 | 70 | 0 | 5 | 337 | 130 | 72 |
| Binary | 110110 | 1101011 | 11110010 | 1001110 | 111000 | 0 | 101 | 11011111 | 1011000 | 111010 |
Color Harmonies of #366BF2
Complementary color
Monochromatic Colors of #366BF2
Black with #366BF2
Text Example
Text Example
White with #366BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BF2; }
p { color: rgb(54,107,242); }
H1.HeaderClassName
{
color: #366BF2;
}
.AnyTagClassName
{
color: #366BF2;
}
</style>
background-color css
<style>
a { background-color: #366BF2; }
a { background-color: rgb(54,107,242); }
div.DivClassName
{
background-color: #366BF2;
}
.BgClassName
{
background-color: #366BF2;
}
</style>
border-color css
<style>
span { border-color: #366BF2; }
span { border-color: rgb(54,107,242); }
td.TdClassName
{
border-color: #366BF2;
}
.TagClassName
{
border-color: #366BF2;
}
</style>