Shades of Royal Blue #396CFF
Tints of Royal Blue #396CFF
RGB
CMYK
RGB Variations
Color information
#396CFF (or 0x396CFF) is known color: Royal Blue. HEX triplet: 39, 6C and FF. RGB value is (57,108,255). Sum of RGB (Red+Green+Blue) = 57+108+255=420 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.57% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #396CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396CFF is #C69300. Grayscale: #6C6C6C. Windows color (decimal): -13013761 or 16739385. OLE color: 16739385.
HSL color Cylindrical-coordinate representation of color #396CFF: hue angle of 224.55º 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 #396CFF is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 108 | 255 | - |
| CMYK | 0.78 | 0.58 | 0 | 0 |
| HSL | 224.55º | 1% | 0.61% | - |
| HSV(B) | 224.55º | 0.78% | 1% | - |
| XYZ | 25.1 | 18.81 | 96.92 | - |
| YUV | 109.51 | 210.1 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 255 | 0.78 | 0.58 | 0 | 0 | 224.55 | 1 | 0.61 |
| Hex | 39 | 6C | FF | 4E | 3A | 0 | 0 | E1 | 64 | 3D |
| Octal | 71 | 154 | 377 | 116 | 72 | 0 | 0 | 341 | 144 | 75 |
| Binary | 111001 | 1101100 | 11111111 | 1001110 | 111010 | 0 | 0 | 11100001 | 1100100 | 111101 |
Color Harmonies of #396CFF
Complementary color
Monochromatic Colors of #396CFF
Black with #396CFF
Text Example
Text Example
White with #396CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396CFF; }
p { color: rgb(57,108,255); }
H1.HeaderClassName
{
color: #396CFF;
}
.AnyTagClassName
{
color: #396CFF;
}
</style>
background-color css
<style>
a { background-color: #396CFF; }
a { background-color: rgb(57,108,255); }
div.DivClassName
{
background-color: #396CFF;
}
.BgClassName
{
background-color: #396CFF;
}
</style>
border-color css
<style>
span { border-color: #396CFF; }
span { border-color: rgb(57,108,255); }
td.TdClassName
{
border-color: #396CFF;
}
.TagClassName
{
border-color: #396CFF;
}
</style>