Shades of Royal Blue #396EFF
Tints of Royal Blue #396EFF
RGB
CMYK
RGB Variations
Color information
#396EFF (or 0x396EFF) is known color: Royal Blue. HEX triplet: 39, 6E and FF. RGB value is (57,110,255). Sum of RGB (Red+Green+Blue) = 57+110+255=422 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.51% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #396EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396EFF is #C69100. Grayscale: #6E6E6E. Windows color (decimal): -13013249 or 16739897. OLE color: 16739897.
HSL color Cylindrical-coordinate representation of color #396EFF: hue angle of 223.94º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #396EFF is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 110 | 255 | - |
| CMYK | 0.78 | 0.57 | 0 | 0 |
| HSL | 223.94º | 1% | 0.61% | - |
| HSV(B) | 223.94º | 0.78% | 1% | - |
| XYZ | 25.31 | 19.24 | 96.99 | - |
| YUV | 110.68 | 209.44 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 255 | 0.78 | 0.57 | 0 | 0 | 223.94 | 1 | 0.61 |
| Hex | 39 | 6E | FF | 4E | 39 | 0 | 0 | E0 | 64 | 3D |
| Octal | 71 | 156 | 377 | 116 | 71 | 0 | 0 | 340 | 144 | 75 |
| Binary | 111001 | 1101110 | 11111111 | 1001110 | 111001 | 0 | 0 | 11100000 | 1100100 | 111101 |
Color Harmonies of #396EFF
Complementary color
Monochromatic Colors of #396EFF
Black with #396EFF
Text Example
Text Example
White with #396EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396EFF; }
p { color: rgb(57,110,255); }
H1.HeaderClassName
{
color: #396EFF;
}
.AnyTagClassName
{
color: #396EFF;
}
</style>
background-color css
<style>
a { background-color: #396EFF; }
a { background-color: rgb(57,110,255); }
div.DivClassName
{
background-color: #396EFF;
}
.BgClassName
{
background-color: #396EFF;
}
</style>
border-color css
<style>
span { border-color: #396EFF; }
span { border-color: rgb(57,110,255); }
td.TdClassName
{
border-color: #396EFF;
}
.TagClassName
{
border-color: #396EFF;
}
</style>