Shades of Royal Blue #396CFE
Tints of Royal Blue #396CFE
RGB
CMYK
RGB Variations
Color information
#396CFE (or 0x396CFE) is known color: Royal Blue. HEX triplet: 39, 6C and FE. RGB value is (57,108,254). Sum of RGB (Red+Green+Blue) = 57+108+254=419 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.60% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #396CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396CFE is #C69301. Grayscale: #6C6C6C. Windows color (decimal): -13013762 or 16673849. OLE color: 16673849.
HSL color Cylindrical-coordinate representation of color #396CFE: hue angle of 224.47º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #396CFE is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 108 | 254 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.00 |
| HSL | 224.47º | 0.99% | 0.61% | - |
| HSV(B) | 224.47º | 0.78% | 1% | - |
| XYZ | 24.94 | 18.75 | 96.07 | - |
| YUV | 109.4 | 209.6 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 254 | 0.78 | 0.57 | 0 | 0.00 | 224.47 | 0.99 | 0.61 |
| Hex | 39 | 6C | FE | 4E | 39 | 0 | 0 | E0 | 63 | 3D |
| Octal | 71 | 154 | 376 | 116 | 71 | 0 | 0 | 340 | 143 | 75 |
| Binary | 111001 | 1101100 | 11111110 | 1001110 | 111001 | 0 | 0 | 11100000 | 1100011 | 111101 |
Color Harmonies of #396CFE
Complementary color
Monochromatic Colors of #396CFE
Black with #396CFE
Text Example
Text Example
White with #396CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396CFE; }
p { color: rgb(57,108,254); }
H1.HeaderClassName
{
color: #396CFE;
}
.AnyTagClassName
{
color: #396CFE;
}
</style>
background-color css
<style>
a { background-color: #396CFE; }
a { background-color: rgb(57,108,254); }
div.DivClassName
{
background-color: #396CFE;
}
.BgClassName
{
background-color: #396CFE;
}
</style>
border-color css
<style>
span { border-color: #396CFE; }
span { border-color: rgb(57,108,254); }
td.TdClassName
{
border-color: #396CFE;
}
.TagClassName
{
border-color: #396CFE;
}
</style>