Shades of Royal Blue #366CDC
Tints of Royal Blue #366CDC
RGB
CMYK
RGB Variations
Color information
#366CDC (or 0x366CDC) is known color: Royal Blue. HEX triplet: 36, 6C and DC. RGB value is (54,108,220). Sum of RGB (Red+Green+Blue) = 54+108+220=382 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.14% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #366CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366CDC is #C99323. Grayscale: #686868. Windows color (decimal): -13210404 or 14445622. OLE color: 14445622.
HSL color Cylindrical-coordinate representation of color #366CDC: hue angle of 220.48º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #366CDC is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 108 | 220 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.14 |
| HSL | 220.48º | 0.7% | 0.54% | - |
| HSV(B) | 220.48º | 0.75% | 0.86% | - |
| XYZ | 19.8 | 16.68 | 69.89 | - |
| YUV | 104.62 | 193.11 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 220 | 0.75 | 0.51 | 0 | 0.14 | 220.48 | 0.7 | 0.54 |
| Hex | 36 | 6C | DC | 4B | 33 | 0 | E | DC | 46 | 36 |
| Octal | 66 | 154 | 334 | 113 | 63 | 0 | 16 | 334 | 106 | 66 |
| Binary | 110110 | 1101100 | 11011100 | 1001011 | 110011 | 0 | 1110 | 11011100 | 1000110 | 110110 |
Color Harmonies of #366CDC
Complementary color
Monochromatic Colors of #366CDC
Black with #366CDC
Text Example
Text Example
White with #366CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366CDC; }
p { color: rgb(54,108,220); }
H1.HeaderClassName
{
color: #366CDC;
}
.AnyTagClassName
{
color: #366CDC;
}
</style>
background-color css
<style>
a { background-color: #366CDC; }
a { background-color: rgb(54,108,220); }
div.DivClassName
{
background-color: #366CDC;
}
.BgClassName
{
background-color: #366CDC;
}
</style>
border-color css
<style>
span { border-color: #366CDC; }
span { border-color: rgb(54,108,220); }
td.TdClassName
{
border-color: #366CDC;
}
.TagClassName
{
border-color: #366CDC;
}
</style>