Shades of Royal Blue #396AF3
Tints of Royal Blue #396AF3
RGB
CMYK
RGB Variations
Color information
#396AF3 (or 0x396AF3) is known color: Royal Blue. HEX triplet: 39, 6A and F3. RGB value is (57,106,243). Sum of RGB (Red+Green+Blue) = 57+106+243=406 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.04% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 243 (95.31% from 255 or 59.85% from 406); Max value from RGB is 243 - color contains mainly: blue. Hex color #396AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396AF3 is #C6950C. Grayscale: #6A6A6A. Windows color (decimal): -13014285 or 15952441. OLE color: 15952441.
HSL color Cylindrical-coordinate representation of color #396AF3: hue angle of 224.19º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #396AF3 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 106 | 243 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.05 |
| HSL | 224.19º | 0.89% | 0.59% | - |
| HSV(B) | 224.19º | 0.77% | 0.95% | - |
| XYZ | 23.02 | 17.65 | 86.99 | - |
| YUV | 106.97 | 204.77 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 243 | 0.77 | 0.56 | 0 | 0.05 | 224.19 | 0.89 | 0.59 |
| Hex | 39 | 6A | F3 | 4D | 38 | 0 | 5 | E0 | 59 | 3B |
| Octal | 71 | 152 | 363 | 115 | 70 | 0 | 5 | 340 | 131 | 73 |
| Binary | 111001 | 1101010 | 11110011 | 1001101 | 111000 | 0 | 101 | 11100000 | 1011001 | 111011 |
Color Harmonies of #396AF3
Complementary color
Monochromatic Colors of #396AF3
Black with #396AF3
Text Example
Text Example
White with #396AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396AF3; }
p { color: rgb(57,106,243); }
H1.HeaderClassName
{
color: #396AF3;
}
.AnyTagClassName
{
color: #396AF3;
}
</style>
background-color css
<style>
a { background-color: #396AF3; }
a { background-color: rgb(57,106,243); }
div.DivClassName
{
background-color: #396AF3;
}
.BgClassName
{
background-color: #396AF3;
}
</style>
border-color css
<style>
span { border-color: #396AF3; }
span { border-color: rgb(57,106,243); }
td.TdClassName
{
border-color: #396AF3;
}
.TagClassName
{
border-color: #396AF3;
}
</style>