Shades of Royal Blue #396DF1
Tints of Royal Blue #396DF1
RGB
CMYK
RGB Variations
Color information
#396DF1 (or 0x396DF1) is known color: Royal Blue. HEX triplet: 39, 6D and F1. RGB value is (57,109,241). Sum of RGB (Red+Green+Blue) = 57+109+241=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 241 (94.53% from 255 or 59.21% from 407); Max value from RGB is 241 - color contains mainly: blue. Hex color #396DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396DF1 is #C6920E. Grayscale: #6B6B6B. Windows color (decimal): -13013519 or 15822137. OLE color: 15822137.
HSL color Cylindrical-coordinate representation of color #396DF1: hue angle of 223.04º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #396DF1 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 109 | 241 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.05 |
| HSL | 223.04º | 0.87% | 0.58% | - |
| HSV(B) | 223.04º | 0.76% | 0.95% | - |
| XYZ | 23.03 | 18.16 | 85.51 | - |
| YUV | 108.5 | 202.77 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 241 | 0.76 | 0.55 | 0 | 0.05 | 223.04 | 0.87 | 0.58 |
| Hex | 39 | 6D | F1 | 4C | 37 | 0 | 5 | DF | 57 | 3A |
| Octal | 71 | 155 | 361 | 114 | 67 | 0 | 5 | 337 | 127 | 72 |
| Binary | 111001 | 1101101 | 11110001 | 1001100 | 110111 | 0 | 101 | 11011111 | 1010111 | 111010 |
Color Harmonies of #396DF1
Complementary color
Monochromatic Colors of #396DF1
Black with #396DF1
Text Example
Text Example
White with #396DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396DF1; }
p { color: rgb(57,109,241); }
H1.HeaderClassName
{
color: #396DF1;
}
.AnyTagClassName
{
color: #396DF1;
}
</style>
background-color css
<style>
a { background-color: #396DF1; }
a { background-color: rgb(57,109,241); }
div.DivClassName
{
background-color: #396DF1;
}
.BgClassName
{
background-color: #396DF1;
}
</style>
border-color css
<style>
span { border-color: #396DF1; }
span { border-color: rgb(57,109,241); }
td.TdClassName
{
border-color: #396DF1;
}
.TagClassName
{
border-color: #396DF1;
}
</style>