Shades of Royal Blue #396AF2
Tints of Royal Blue #396AF2
RGB
CMYK
RGB Variations
Color information
#396AF2 (or 0x396AF2) is known color: Royal Blue. HEX triplet: 39, 6A and F2. RGB value is (57,106,242). Sum of RGB (Red+Green+Blue) = 57+106+242=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 242 (94.92% from 255 or 59.75% from 405); Max value from RGB is 242 - color contains mainly: blue. Hex color #396AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396AF2 is #C6950D. Grayscale: #6A6A6A. Windows color (decimal): -13014286 or 15886905. OLE color: 15886905.
HSL color Cylindrical-coordinate representation of color #396AF2: hue angle of 224.11º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #396AF2 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 106 | 242 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.05 |
| HSL | 224.11º | 0.88% | 0.59% | - |
| HSV(B) | 224.11º | 0.76% | 0.95% | - |
| XYZ | 22.87 | 17.59 | 86.19 | - |
| YUV | 106.85 | 204.27 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 242 | 0.76 | 0.56 | 0 | 0.05 | 224.11 | 0.88 | 0.59 |
| Hex | 39 | 6A | F2 | 4C | 38 | 0 | 5 | E0 | 58 | 3B |
| Octal | 71 | 152 | 362 | 114 | 70 | 0 | 5 | 340 | 130 | 73 |
| Binary | 111001 | 1101010 | 11110010 | 1001100 | 111000 | 0 | 101 | 11100000 | 1011000 | 111011 |
Color Harmonies of #396AF2
Complementary color
Monochromatic Colors of #396AF2
Black with #396AF2
Text Example
Text Example
White with #396AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396AF2; }
p { color: rgb(57,106,242); }
H1.HeaderClassName
{
color: #396AF2;
}
.AnyTagClassName
{
color: #396AF2;
}
</style>
background-color css
<style>
a { background-color: #396AF2; }
a { background-color: rgb(57,106,242); }
div.DivClassName
{
background-color: #396AF2;
}
.BgClassName
{
background-color: #396AF2;
}
</style>
border-color css
<style>
span { border-color: #396AF2; }
span { border-color: rgb(57,106,242); }
td.TdClassName
{
border-color: #396AF2;
}
.TagClassName
{
border-color: #396AF2;
}
</style>