Shades of Royal Blue #366CF2
Tints of Royal Blue #366CF2
RGB
CMYK
RGB Variations
Color information
#366CF2 (or 0x366CF2) is known color: Royal Blue. HEX triplet: 36, 6C and F2. RGB value is (54,108,242). Sum of RGB (Red+Green+Blue) = 54+108+242=404 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.37% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 242 (94.92% from 255 or 59.90% from 404); Max value from RGB is 242 - color contains mainly: blue. Hex color #366CF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366CF2 is #C9930D. Grayscale: #6A6A6A. Windows color (decimal): -13210382 or 15887414. OLE color: 15887414.
HSL color Cylindrical-coordinate representation of color #366CF2: hue angle of 222.77º 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 #366CF2 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 108 | 242 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.05 |
| HSL | 222.77º | 0.88% | 0.58% | - |
| HSV(B) | 222.77º | 0.78% | 0.95% | - |
| XYZ | 22.91 | 17.92 | 86.26 | - |
| YUV | 107.13 | 204.11 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 242 | 0.78 | 0.55 | 0 | 0.05 | 222.77 | 0.88 | 0.58 |
| Hex | 36 | 6C | F2 | 4E | 37 | 0 | 5 | DF | 58 | 3A |
| Octal | 66 | 154 | 362 | 116 | 67 | 0 | 5 | 337 | 130 | 72 |
| Binary | 110110 | 1101100 | 11110010 | 1001110 | 110111 | 0 | 101 | 11011111 | 1011000 | 111010 |
Color Harmonies of #366CF2
Complementary color
Monochromatic Colors of #366CF2
Black with #366CF2
Text Example
Text Example
White with #366CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366CF2; }
p { color: rgb(54,108,242); }
H1.HeaderClassName
{
color: #366CF2;
}
.AnyTagClassName
{
color: #366CF2;
}
</style>
background-color css
<style>
a { background-color: #366CF2; }
a { background-color: rgb(54,108,242); }
div.DivClassName
{
background-color: #366CF2;
}
.BgClassName
{
background-color: #366CF2;
}
</style>
border-color css
<style>
span { border-color: #366CF2; }
span { border-color: rgb(54,108,242); }
td.TdClassName
{
border-color: #366CF2;
}
.TagClassName
{
border-color: #366CF2;
}
</style>