Shades of Royal Blue #396FF5
Tints of Royal Blue #396FF5
RGB
CMYK
RGB Variations
Color information
#396FF5 (or 0x396FF5) is known color: Royal Blue. HEX triplet: 39, 6F and F5. RGB value is (57,111,245). Sum of RGB (Red+Green+Blue) = 57+111+245=413 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.80% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 245 (96.09% from 255 or 59.32% from 413); Max value from RGB is 245 - color contains mainly: blue. Hex color #396FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396FF5 is #C6900A. Grayscale: #6D6D6D. Windows color (decimal): -13013003 or 16084793. OLE color: 16084793.
HSL color Cylindrical-coordinate representation of color #396FF5: hue angle of 222.77º degrees, saturation: 0.9, 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 #396FF5 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 57 | 111 | 245 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.04 |
| HSL | 222.77º | 0.9% | 0.59% | - |
| HSV(B) | 222.77º | 0.77% | 0.96% | - |
| XYZ | 23.85 | 18.83 | 88.76 | - |
| YUV | 110.13 | 204.11 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 245 | 0.77 | 0.55 | 0 | 0.04 | 222.77 | 0.9 | 0.59 |
| Hex | 39 | 6F | F5 | 4D | 37 | 0 | 4 | DF | 5A | 3B |
| Octal | 71 | 157 | 365 | 115 | 67 | 0 | 4 | 337 | 132 | 73 |
| Binary | 111001 | 1101111 | 11110101 | 1001101 | 110111 | 0 | 100 | 11011111 | 1011010 | 111011 |
Color Harmonies of #396FF5
Complementary color
Monochromatic Colors of #396FF5
Black with #396FF5
Text Example
Text Example
White with #396FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396FF5; }
p { color: rgb(57,111,245); }
H1.HeaderClassName
{
color: #396FF5;
}
.AnyTagClassName
{
color: #396FF5;
}
</style>
background-color css
<style>
a { background-color: #396FF5; }
a { background-color: rgb(57,111,245); }
div.DivClassName
{
background-color: #396FF5;
}
.BgClassName
{
background-color: #396FF5;
}
</style>
border-color css
<style>
span { border-color: #396FF5; }
span { border-color: rgb(57,111,245); }
td.TdClassName
{
border-color: #396FF5;
}
.TagClassName
{
border-color: #396FF5;
}
</style>