Shades of Royal Blue #366AD6
Tints of Royal Blue #366AD6
RGB
CMYK
RGB Variations
Color information
#366AD6 (or 0x366AD6) is known color: Royal Blue. HEX triplet: 36, 6A and D6. RGB value is (54,106,214). Sum of RGB (Red+Green+Blue) = 54+106+214=374 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.44% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 214 (83.98% from 255 or 57.22% from 374); Max value from RGB is 214 - color contains mainly: blue. Hex color #366AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366AD6 is #C99529. Grayscale: #666666. Windows color (decimal): -13210922 or 14051894. OLE color: 14051894.
HSL color Cylindrical-coordinate representation of color #366AD6: hue angle of 220.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #366AD6 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 106 | 214 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.16 |
| HSL | 220.5º | 0.66% | 0.53% | - |
| HSV(B) | 220.5º | 0.75% | 0.84% | - |
| XYZ | 18.81 | 15.95 | 65.7 | - |
| YUV | 102.76 | 190.77 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 214 | 0.75 | 0.50 | 0 | 0.16 | 220.5 | 0.66 | 0.53 |
| Hex | 36 | 6A | D6 | 4B | 32 | 0 | 10 | DC | 42 | 35 |
| Octal | 66 | 152 | 326 | 113 | 62 | 0 | 20 | 334 | 102 | 65 |
| Binary | 110110 | 1101010 | 11010110 | 1001011 | 110010 | 0 | 10000 | 11011100 | 1000010 | 110101 |
Color Harmonies of #366AD6
Complementary color
Monochromatic Colors of #366AD6
Black with #366AD6
Text Example
Text Example
White with #366AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366AD6; }
p { color: rgb(54,106,214); }
H1.HeaderClassName
{
color: #366AD6;
}
.AnyTagClassName
{
color: #366AD6;
}
</style>
background-color css
<style>
a { background-color: #366AD6; }
a { background-color: rgb(54,106,214); }
div.DivClassName
{
background-color: #366AD6;
}
.BgClassName
{
background-color: #366AD6;
}
</style>
border-color css
<style>
span { border-color: #366AD6; }
span { border-color: rgb(54,106,214); }
td.TdClassName
{
border-color: #366AD6;
}
.TagClassName
{
border-color: #366AD6;
}
</style>