Shades of Royal Blue #366EC6
Tints of Royal Blue #366EC6
RGB
CMYK
RGB Variations
Color information
#366EC6 (or 0x366EC6) is known color: Royal Blue. HEX triplet: 36, 6E and C6. RGB value is (54,110,198). Sum of RGB (Red+Green+Blue) = 54+110+198=362 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.92% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 198 (77.73% from 255 or 54.70% from 362); Max value from RGB is 198 - color contains mainly: blue. Hex color #366EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366EC6 is #C99139. Grayscale: #666666. Windows color (decimal): -13209914 or 13004342. OLE color: 13004342.
HSL color Cylindrical-coordinate representation of color #366EC6: hue angle of 216.67º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #366EC6 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 110 | 198 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.22 |
| HSL | 216.67º | 0.57% | 0.49% | - |
| HSV(B) | 216.67º | 0.73% | 0.78% | - |
| XYZ | 17.29 | 16.01 | 55.61 | - |
| YUV | 103.29 | 181.45 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 110 | 198 | 0.73 | 0.44 | 0 | 0.22 | 216.67 | 0.57 | 0.49 |
| Hex | 36 | 6E | C6 | 49 | 2C | 0 | 16 | D9 | 39 | 31 |
| Octal | 66 | 156 | 306 | 111 | 54 | 0 | 26 | 331 | 71 | 61 |
| Binary | 110110 | 1101110 | 11000110 | 1001001 | 101100 | 0 | 10110 | 11011001 | 111001 | 110001 |
Color Harmonies of #366EC6
Complementary color
Monochromatic Colors of #366EC6
Black with #366EC6
Text Example
Text Example
White with #366EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366EC6; }
p { color: rgb(54,110,198); }
H1.HeaderClassName
{
color: #366EC6;
}
.AnyTagClassName
{
color: #366EC6;
}
</style>
background-color css
<style>
a { background-color: #366EC6; }
a { background-color: rgb(54,110,198); }
div.DivClassName
{
background-color: #366EC6;
}
.BgClassName
{
background-color: #366EC6;
}
</style>
border-color css
<style>
span { border-color: #366EC6; }
span { border-color: rgb(54,110,198); }
td.TdClassName
{
border-color: #366EC6;
}
.TagClassName
{
border-color: #366EC6;
}
</style>