Shades of Royal Blue #396DFF
Tints of Royal Blue #396DFF
RGB
CMYK
RGB Variations
Color information
#396DFF (or 0x396DFF) is known color: Royal Blue. HEX triplet: 39, 6D and FF. RGB value is (57,109,255). Sum of RGB (Red+Green+Blue) = 57+109+255=421 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.54% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #396DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396DFF is #C69200. Grayscale: #6D6D6D. Windows color (decimal): -13013505 or 16739641. OLE color: 16739641.
HSL color Cylindrical-coordinate representation of color #396DFF: hue angle of 224.24º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #396DFF is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 109 | 255 | - |
| CMYK | 0.78 | 0.57 | 0 | 0 |
| HSL | 224.24º | 1% | 0.61% | - |
| HSV(B) | 224.24º | 0.78% | 1% | - |
| XYZ | 25.21 | 19.03 | 96.95 | - |
| YUV | 110.1 | 209.77 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 255 | 0.78 | 0.57 | 0 | 0 | 224.24 | 1 | 0.61 |
| Hex | 39 | 6D | FF | 4E | 39 | 0 | 0 | E0 | 64 | 3D |
| Octal | 71 | 155 | 377 | 116 | 71 | 0 | 0 | 340 | 144 | 75 |
| Binary | 111001 | 1101101 | 11111111 | 1001110 | 111001 | 0 | 0 | 11100000 | 1100100 | 111101 |
Color Harmonies of #396DFF
Complementary color
Monochromatic Colors of #396DFF
Black with #396DFF
Text Example
Text Example
White with #396DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396DFF; }
p { color: rgb(57,109,255); }
H1.HeaderClassName
{
color: #396DFF;
}
.AnyTagClassName
{
color: #396DFF;
}
</style>
background-color css
<style>
a { background-color: #396DFF; }
a { background-color: rgb(57,109,255); }
div.DivClassName
{
background-color: #396DFF;
}
.BgClassName
{
background-color: #396DFF;
}
</style>
border-color css
<style>
span { border-color: #396DFF; }
span { border-color: rgb(57,109,255); }
td.TdClassName
{
border-color: #396DFF;
}
.TagClassName
{
border-color: #396DFF;
}
</style>