Shades of Royal Blue #396AF4
Tints of Royal Blue #396AF4
RGB
CMYK
RGB Variations
Color information
#396AF4 (or 0x396AF4) is known color: Royal Blue. HEX triplet: 39, 6A and F4. RGB value is (57,106,244). Sum of RGB (Red+Green+Blue) = 57+106+244=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 244 (95.70% from 255 or 59.95% from 407); Max value from RGB is 244 - color contains mainly: blue. Hex color #396AF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396AF4 is #C6950B. Grayscale: #6A6A6A. Windows color (decimal): -13014284 or 16017977. OLE color: 16017977.
HSL color Cylindrical-coordinate representation of color #396AF4: hue angle of 224.28º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #396AF4 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 57 | 106 | 244 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.04 |
| HSL | 224.28º | 0.89% | 0.59% | - |
| HSV(B) | 224.28º | 0.77% | 0.96% | - |
| XYZ | 23.17 | 17.71 | 87.79 | - |
| YUV | 107.08 | 205.27 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 244 | 0.77 | 0.57 | 0 | 0.04 | 224.28 | 0.89 | 0.59 |
| Hex | 39 | 6A | F4 | 4D | 39 | 0 | 4 | E0 | 59 | 3B |
| Octal | 71 | 152 | 364 | 115 | 71 | 0 | 4 | 340 | 131 | 73 |
| Binary | 111001 | 1101010 | 11110100 | 1001101 | 111001 | 0 | 100 | 11100000 | 1011001 | 111011 |
Color Harmonies of #396AF4
Complementary color
Monochromatic Colors of #396AF4
Black with #396AF4
Text Example
Text Example
White with #396AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396AF4; }
p { color: rgb(57,106,244); }
H1.HeaderClassName
{
color: #396AF4;
}
.AnyTagClassName
{
color: #396AF4;
}
</style>
background-color css
<style>
a { background-color: #396AF4; }
a { background-color: rgb(57,106,244); }
div.DivClassName
{
background-color: #396AF4;
}
.BgClassName
{
background-color: #396AF4;
}
</style>
border-color css
<style>
span { border-color: #396AF4; }
span { border-color: rgb(57,106,244); }
td.TdClassName
{
border-color: #396AF4;
}
.TagClassName
{
border-color: #396AF4;
}
</style>