Shades of Royal Blue #396DD5
Tints of Royal Blue #396DD5
RGB
CMYK
RGB Variations
Color information
#396DD5 (or 0x396DD5) is known color: Royal Blue. HEX triplet: 39, 6D and D5. RGB value is (57,109,213). Sum of RGB (Red+Green+Blue) = 57+109+213=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 213 (83.59% from 255 or 56.20% from 379); Max value from RGB is 213 - color contains mainly: blue. Hex color #396DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396DD5 is #C6922A. Grayscale: #686868. Windows color (decimal): -13013547 or 13987129. OLE color: 13987129.
HSL color Cylindrical-coordinate representation of color #396DD5: hue angle of 220º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #396DD5 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 109 | 213 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.16 |
| HSL | 220º | 0.65% | 0.53% | - |
| HSV(B) | 220º | 0.73% | 0.84% | - |
| XYZ | 19.17 | 16.61 | 65.15 | - |
| YUV | 105.31 | 188.77 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 213 | 0.73 | 0.49 | 0 | 0.16 | 220 | 0.65 | 0.53 |
| Hex | 39 | 6D | D5 | 49 | 31 | 0 | 10 | DC | 41 | 35 |
| Octal | 71 | 155 | 325 | 111 | 61 | 0 | 20 | 334 | 101 | 65 |
| Binary | 111001 | 1101101 | 11010101 | 1001001 | 110001 | 0 | 10000 | 11011100 | 1000001 | 110101 |
Color Harmonies of #396DD5
Complementary color
Monochromatic Colors of #396DD5
Black with #396DD5
Text Example
Text Example
White with #396DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396DD5; }
p { color: rgb(57,109,213); }
H1.HeaderClassName
{
color: #396DD5;
}
.AnyTagClassName
{
color: #396DD5;
}
</style>
background-color css
<style>
a { background-color: #396DD5; }
a { background-color: rgb(57,109,213); }
div.DivClassName
{
background-color: #396DD5;
}
.BgClassName
{
background-color: #396DD5;
}
</style>
border-color css
<style>
span { border-color: #396DD5; }
span { border-color: rgb(57,109,213); }
td.TdClassName
{
border-color: #396DD5;
}
.TagClassName
{
border-color: #396DD5;
}
</style>